Rev 4717: Up the count slightly to allow for PQM slowness. in http://people.canonical.com/~robertc/baz2.0/integration

Robert Collins robertc at robertcollins.net
Mon Sep 28 04:36:52 BST 2009


At http://people.canonical.com/~robertc/baz2.0/integration

------------------------------------------------------------
revno: 4717
revision-id: robertc at robertcollins.net-20090928033645-aztpo1itop56o61h
parent: robertc at robertcollins.net-20090925051917-r73vhamupct5lcn2
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Mon 2009-09-28 13:36:45 +1000
message:
  Up the count slightly to allow for PQM slowness.
=== modified file 'bzrlib/tests/blackbox/test_breakin.py'
--- a/bzrlib/tests/blackbox/test_breakin.py	2009-09-25 05:19:17 +0000
+++ b/bzrlib/tests/blackbox/test_breakin.py	2009-09-28 03:36:45 +0000
@@ -166,7 +166,7 @@
         dead, sig = self._wait_for_process(proc.pid, count=3)
         if not dead:
             # The process didn't finish, let's kill it.
-            dead, sig = self._wait_for_process(proc.pid, 'kill', count=1)
+            dead, sig = self._wait_for_process(proc.pid, 'kill', count=10)
             if not dead:
                 # process isn't gone, user will have to hunt it down and kill
                 # it.




More information about the bazaar-commits mailing list