]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tests: bump up the timeout in this test that fails on FreeStorm's CentOS in order...
authorZooko O'Whielacronx <zooko@zooko.com>
Tue, 13 Sep 2011 02:42:55 +0000 (19:42 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Tue, 13 Sep 2011 02:42:55 +0000 (19:42 -0700)
src/allmydata/test/test_runner.py

index 18d3786ac92b36bf2cec4cad3583449ed7b25db6..b2b57dfd57e877b831f05fea8920d32019b7e3da 100644 (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"])