~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_breakin.py

  • Committer: Robert Collins
  • Date: 2009-09-28 03:36:45 UTC
  • mto: This revision was merged to the branch mainline in revision 4717.
  • Revision ID: robertc@robertcollins.net-20090928033645-aztpo1itop56o61h
Up the count slightly to allow for PQM slowness.

Show diffs side-by-side

added added

removed removed

Lines of Context:
166
166
        dead, sig = self._wait_for_process(proc.pid, count=3)
167
167
        if not dead:
168
168
            # The process didn't finish, let's kill it.
169
 
            dead, sig = self._wait_for_process(proc.pid, 'kill', count=1)
 
169
            dead, sig = self._wait_for_process(proc.pid, 'kill', count=10)
170
170
            if not dead:
171
171
                # process isn't gone, user will have to hunt it down and kill
172
172
                # it.