From d13784b649ccf5e05879743017a479d179b89e56 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 7 Jun 2010 20:37:54 -0700 Subject: [PATCH] tests: bump up the timeout on these tests; MM's buildslave is sometimes extremely slow on tests, but it will complete them if given enough time. MM is working on making that buildslave more predictable in how long it takes to run tests. --- src/allmydata/test/test_hung_server.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/allmydata/test/test_hung_server.py b/src/allmydata/test/test_hung_server.py index 111a299f..a4f53f81 100644 --- a/src/allmydata/test/test_hung_server.py +++ b/src/allmydata/test/test_hung_server.py @@ -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: -- 2.45.2