]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - Makefile
Makefile: increase filesystem size for 'make tmpfstest'.
[tahoe-lafs/tahoe-lafs.git] / Makefile
index 1f9d218c3b723a069024887c540ea57293a2e44c..f4d24b71d5345c7cf1141799390fc3195601b490 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ tmpfstest:
        time make _tmpfstest 'TMPDIR=$(shell mktemp -d --tmpdir=.)'
 
 _tmpfstest:
-       sudo mount -t tmpfs -o size=330m tmpfs '$(TMPDIR)'
+       sudo mount -t tmpfs -o size=400m tmpfs '$(TMPDIR)'
        -$(TAHOE) debug trial --rterrors '--temp-directory=$(TMPDIR)/_trial_temp' $(TRIALARGS) $(TEST)
        sudo umount '$(TMPDIR)'
        rmdir '$(TMPDIR)'