From ff08abb67ee37686e4a9161be65547d8cc66e308 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Wed, 2 May 2007 15:31:05 -0700 Subject: [PATCH] bump test timeout even higher It does indeed take longer than 2400 seconds to run test_upload_and_download on a virtual windows machine when the underlying real machine is heavily loaded down with filesystem analysis runs... --- src/allmydata/test/test_system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py index 4cfdc453..e692c771 100644 --- a/src/allmydata/test/test_system.py +++ b/src/allmydata/test/test_system.py @@ -204,7 +204,7 @@ class SystemTest(testutil.SignalMixin, unittest.TestCase): return d1 d.addCallback(_download_nonexistent_uri) return d - test_upload_and_download.timeout = 2400 + test_upload_and_download.timeout = 4800 def flip_bit(self, good): return good[:-1] + chr(ord(good[-1]) ^ 0x01) -- 2.45.2