]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: bump up the timeout on these tests; MM's buildslave is sometimes extremely...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 8 Jun 2010 03:37:54 +0000 (20:37 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 8 Jun 2010 03:37:54 +0000 (20:37 -0700)
src/allmydata/test/test_hung_server.py

index 111a299f48c7b70206d164ff616a02ff76dcfe11..a4f53f818908e3690eb44b68e2c053a914347156 100644 (file)
@@ -18,7 +18,11 @@ mutable_plaintext = "muta" * 10000
 class HungServerDownloadTest(GridTestMixin, ShouldFailMixin, unittest.TestCase):
     # Many of these tests take around 60 seconds on François's ARM buildslave:
     # http://tahoe-lafs.org/buildbot/builders/FranXois%20lenny-armv5tel
-    timeout = 120
+    # allmydata.test.test_hung_server.HungServerDownloadTest.test_2_good_8_broken_duplicate_share_fail once ERRORed after 197 seconds on Midnight Magic's NetBSD buildslave:
+    # http://tahoe-lafs.org/buildbot/builders/MM%20netbsd4%20i386%20warp
+    # MM's buildslave varies a lot in how long it takes to run tests.
+
+    timeout = 240
 
     def _break(self, servers):
         for (id, ss) in servers: