forked from goodboy/tractor
Add slight delay 2nd ctlc round..
parent
f76c809c39
commit
f7823a46b8
|
@ -186,6 +186,7 @@ def test_root_actor_bp_forever(
|
||||||
# new task to lock the tty
|
# new task to lock the tty
|
||||||
child.sendline('continue')
|
child.sendline('continue')
|
||||||
child.expect(r"\(Pdb\+\+\)")
|
child.expect(r"\(Pdb\+\+\)")
|
||||||
|
time.sleep(0.001)
|
||||||
|
|
||||||
if ctlc:
|
if ctlc:
|
||||||
do_ctlc(child)
|
do_ctlc(child)
|
||||||
|
|
Loading…
Reference in New Issue