forked from goodboy/tractor
TOSQUASH: add note around delay
parent
e8fc820b92
commit
3b7985292f
|
@ -186,6 +186,9 @@ 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\+\+\)")
|
||||||
|
|
||||||
|
# seems that if we hit ctrl-c too fast the
|
||||||
|
# sigint guard machinery might not kick in..
|
||||||
time.sleep(0.001)
|
time.sleep(0.001)
|
||||||
|
|
||||||
if ctlc:
|
if ctlc:
|
||||||
|
|
Loading…
Reference in New Issue