[Buildbot-commits] buildbot/buildbot/test test_run.py,1.28,1.29
Brian Warner
warner at users.sourceforge.net
Wed Apr 27 12:10:18 UTC 2005
Update of /cvsroot/buildbot/buildbot/buildbot/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4199/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
(Disconnect.testBuild4): same
(Disconnect.testInterrupt): same
Index: test_run.py
===================================================================
RCS file: /cvsroot/buildbot/buildbot/buildbot/test/test_run.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- test_run.py 27 Apr 2005 12:02:51 -0000 1.28
+++ test_run.py 27 Apr 2005 12:10:15 -0000 1.29
@@ -716,7 +716,7 @@
# kill the slave while it's running the second (remote) step
reactor.callLater(1.5, self.killSlave)
- dr(bs.waitUntilFinished(), 5)
+ dr(bs.waitUntilFinished(), 30)
# at this point, the slave is in the process of being removed, so it
# could either be 'idle' or 'offline'. I think there is a
# reactor.callLater(0) standing between here and the offline state.
@@ -733,7 +733,7 @@
# halt the build while it's running the first step
reactor.callLater(0.5, bc.stopBuild, "bang go splat")
- dr(bs.waitUntilFinished(), 5)
+ dr(bs.waitUntilFinished(), 30)
self.verifyDisconnect(bs)
More information about the Commits
mailing list