From: Zooko O'Whielacronx Date: Tue, 13 Sep 2011 02:42:55 +0000 (-0700) Subject: tests: bump up the timeout in this test that fails on FreeStorm's CentOS in order... X-Git-Tag: allmydata-tahoe-1.9.0a2~35 X-Git-Url: https://git.rkrishnan.org/?p=tahoe-lafs%2Ftahoe-lafs.git;a=commitdiff_plain;h=2025e42ec2e3141aff3b22587a4577510cf7b829 tests: bump up the timeout in this test that fails on FreeStorm's CentOS in order to see if it is just very slow --- diff --git a/src/allmydata/test/test_runner.py b/src/allmydata/test/test_runner.py index 18d3786a..b2b57dfd 100644 --- a/src/allmydata/test/test_runner.py +++ b/src/allmydata/test/test_runner.py @@ -128,6 +128,9 @@ class BinTahoe(common_util.SignalMixin, unittest.TestCase, RunBinTahoeMixin): self._check_right_code(lines[1]) d.addCallback(_cb) return d + # The timeout was exceeded on FreeStorm's CentOS: + # http://tahoe-lafs.org/buildbot/builders/FreeStorm%20CentOS5-i386/builds/503/steps/test/logs/stdio + test_import_in_repl.timeout = 480 def test_path(self): d = self.run_bintahoe(["--version-and-path"])