From 3b7985292f5631d18fb53a2e79ac00ef8040a010 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Sun, 10 Jul 2022 21:07:12 -0400 Subject: [PATCH] TOSQUASH: add note around delay --- tests/test_debugger.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_debugger.py b/tests/test_debugger.py index 894f467..7d07977 100644 --- a/tests/test_debugger.py +++ b/tests/test_debugger.py @@ -186,6 +186,9 @@ def test_root_actor_bp_forever( # new task to lock the tty child.sendline('continue') 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: