[Buildbot-commits] buildbot/buildbot/test test_run.py,1.27,1.28

Brian Warner warner at users.sourceforge.net
Wed Apr 27 12:02:54 UTC 2005


Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv339/buildbot/test

Modified Files:
	test_run.py 
Log Message:
(Disconnect.testBuild2): crank up some
timeouts to help the slow metabuildbot not flunk them so much
(Disconnect.testBuild3): same


Index: test_run.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_run.py,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- test_run.py	26 Apr 2005 18:36:06 -0000	1.27
+++ test_run.py	27 Apr 2005 12:02:51 -0000	1.28
@@ -667,8 +667,8 @@
 
         d = bs.waitUntilFinished()
         d.addCallback(self._testBuild2_1, s1, bs)
-        return maybeWait(d, 5)
-    testBuild2.timeout = 5
+        return maybeWait(d, 30)
+    testBuild2.timeout = 30
 
     def _testBuild2_1(self, res, s1, bs):
         # we hit here when the build has finished. The builder is still being
@@ -693,8 +693,8 @@
         reactor.callLater(0.5, self.killSlave)
         d = bs.waitUntilFinished()
         d.addCallback(self._testBuild3_1, s1, bs)
-        return maybeWait(d, 5)
-    testBuild3.timeout = 5
+        return maybeWait(d, 30)
+    testBuild3.timeout = 30
 
     def _testBuild3_1(self, res, s1, bs):
         # the builder is still being torn down, so give it another second





More information about the Commits mailing list