]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Makefile: increase filesystem size for 'make tmpfstest'.
authorDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Tue, 13 Nov 2012 16:24:36 +0000 (16:24 +0000)
committerDavid-Sarah Hopwood <david-sarah@jacaranda.org>
Fri, 16 Nov 2012 20:30:19 +0000 (20:30 +0000)
Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
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)'