projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c10099f
)
tests: bump up the timeout in this test that fails on FreeStorm's CentOS in order...
author
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 13 Sep 2011 02:42:55 +0000
(19:42 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Tue, 13 Sep 2011 02:42:55 +0000
(19:42 -0700)
src/allmydata/test/test_runner.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/test_runner.py
b/src/allmydata/test/test_runner.py
index 18d3786ac92b36bf2cec4cad3583449ed7b25db6..b2b57dfd57e877b831f05fea8920d32019b7e3da 100644
(file)
--- 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"])