From: David-Sarah Hopwood <david-sarah@jacaranda.org>
Date: Tue, 13 Nov 2012 16:24:36 +0000 (+0000)
Subject: Makefile: increase filesystem size for 'make tmpfstest'.
X-Git-Tag: allmydata-tahoe-1.10a1~40
X-Git-Url: https://git.rkrishnan.org/%5B/schema.xhtml?a=commitdiff_plain;h=57017cebe886af8439eaf394b055fa7b2a53fec6;p=tahoe-lafs%2Ftahoe-lafs.git

Makefile: increase filesystem size for 'make tmpfstest'.

Signed-off-by: David-Sarah Hopwood <david-sarah@jacaranda.org>
---

diff --git a/Makefile b/Makefile
index 1f9d218c..f4d24b71 100644
--- 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)'