Skip to content

Commit

Permalink
Add sleep around ctl-c iteration loop
Browse files Browse the repository at this point in the history
  • Loading branch information
goodboy committed Jul 11, 2022
1 parent 7ff2424 commit 0acfa79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_debugger.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ def do_ctlc(
for _ in range(count):
child.sendcontrol('c')
child.expect(r"\(Pdb\+\+\)")
time.sleep(0.001)

if patt:
# should see the last line on console
Expand Down

0 comments on commit 0acfa79

Please sign in to comment.