]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: bump up the timeout on test_dirnode.Dirnode from 240s to 480s since it apparen...
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 15 Nov 2010 09:21:19 +0000 (01:21 -0800)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 15 Nov 2010 09:21:19 +0000 (01:21 -0800)
src/allmydata/test/test_dirnode.py

index 8122defb3a93990888b66c64cc5ac9e122e76f3c..59b31afbed4192fc0223eeef87f15cacf3f2dca1 100644 (file)
@@ -55,7 +55,7 @@ one_nfd = u"one\u0304"
 
 class Dirnode(GridTestMixin, unittest.TestCase,
               testutil.ReallyEqualMixin, testutil.ShouldFailMixin, testutil.StallMixin, ErrorMixin):
-    timeout = 240 # It takes longer than 120 seconds on Francois's arm box.
+    timeout = 480 # It occasionally takes longer than 240 seconds on Francois's arm box.
 
     def test_basic(self):
         self.basedir = "dirnode/Dirnode/test_basic"