tests: bump up the timeout in this test that fails on FreeStorm's CentOS in order to see if it is just very slow

This commit is contained in:
Zooko O'Whielacronx 2011-09-12 19:42:55 -07:00
parent c10099f982
commit 2025e42ec2

View File

@ -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"])