]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: double the timeouts on some tests which time-out on Francois's box
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 9 Jun 2009 02:17:53 +0000 (19:17 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 9 Jun 2009 02:17:53 +0000 (19:17 -0700)
src/allmydata/test/test_system.py
src/allmydata/test/test_upload.py
src/allmydata/test/test_util.py
src/allmydata/test/test_web.py

index d85344c786e757d110c35ad9a18df8aeae189143..0b7b271429049fec59f2184228fbe1b6735e229e 100644 (file)
@@ -63,7 +63,7 @@ class GrabEverythingConsumer:
         pass
 
 class SystemTest(SystemTestMixin, unittest.TestCase):
-    timeout = 480 # It takes longer than 240 seconds on Francois's arm box.
+    timeout = 960 # It takes longer than 480 seconds on Francois's arm box.
 
     def test_connections(self):
         self.basedir = "system/SystemTest/test_connections"
index bea4ebdbc7ba16c7aca39594b2d0b55b0412a0d3..50c3514bc4be75e11060dcc8c456cfbbebe335a5 100644 (file)
@@ -22,7 +22,7 @@ MiB = 1024*1024
 def extract_uri(results):
     return results.uri
 
-timeout = 240 # Most of these take longer than 120 seconds on Francois's arm box.
+timeout = 480 # Some of these take longer than 240 seconds on Francois's arm box.
 
 class Uploadable(unittest.TestCase):
     def shouldEqual(self, data, expected):
index 68aca072cc953a5c2b3070676d3e5bc0097c56db..ca64b1f4c5ed322749c1e216b18fc6f659fdecdf 100644 (file)
@@ -689,7 +689,7 @@ class Abbreviate(unittest.TestCase):
         self.failUnless("12 cubits" in str(e))
 
 class Limiter(unittest.TestCase):
-    timeout = 240 # This takes longer than 120 seconds on Francois's arm box.
+    timeout = 480 # This takes longer than 240 seconds on Francois's arm box.
 
     def job(self, i, foo):
         self.calls.append( (i, foo) )
index 60e31b309049c679965e2aa1550e51ce9d74bfba..846c29b424886385165170f4e179afa4d09cff9d 100644 (file)
@@ -29,7 +29,7 @@ from allmydata.test.common_web import HTTPClientGETFactory, \
 # create a fake uploader/downloader, and a couple of fake dirnodes, then
 # create a webserver that works against them
 
-timeout = 240 # Most of these take longer than 120 seconds on Francois's arm box.
+timeout = 480 # Most of these take longer than 240 seconds on Francois's arm box.
 
 class FakeIntroducerClient:
     def get_all_connectors(self):