Add slight delay 2nd ctlc round..

sigintsaviour_citesthackin
Tyler Goodlet 2022-07-10 20:46:16 -04:00
parent f76c809c39
commit f7823a46b8
1 changed files with 1 additions and 0 deletions

View File

@ -186,6 +186,7 @@ def test_root_actor_bp_forever(
# new task to lock the tty
child.sendline('continue')
child.expect(r"\(Pdb\+\+\)")
time.sleep(0.001)
if ctlc:
do_ctlc(child)