Add slight delay 2nd ctlc round..
parent
a90ca4b384
commit
9bc38cbf04
|
@ -187,6 +187,10 @@ def test_root_actor_bp_forever(
|
||||||
child.sendline('continue')
|
child.sendline('continue')
|
||||||
child.expect(r"\(Pdb\+\+\)")
|
child.expect(r"\(Pdb\+\+\)")
|
||||||
|
|
||||||
|
# seems that if we hit ctrl-c too fast the
|
||||||
|
# sigint guard machinery might not kick in..
|
||||||
|
time.sleep(0.001)
|
||||||
|
|
||||||
if ctlc:
|
if ctlc:
|
||||||
do_ctlc(child)
|
do_ctlc(child)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue