From 2025e42ec2e3141aff3b22587a4577510cf7b829 Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 12 Sep 2011 19:42:55 -0700 Subject: [PATCH] tests: bump up the timeout in this test that fails on FreeStorm's CentOS in order to see if it is just very slow --- src/allmydata/test/test_runner.py | 3 +++ 1 file changed, 3 insertions(+) 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"]) -- 2.37.2