forked from goodboy/tractor
Try less times for EOF
parent
fa21083b51
commit
05167bdc70
|
@ -753,7 +753,7 @@ def test_root_nursery_cancels_before_child_releases_tty_lock(
|
||||||
child.sendline('c')
|
child.sendline('c')
|
||||||
time.sleep(0.1)
|
time.sleep(0.1)
|
||||||
|
|
||||||
for i in range(10):
|
for i in range(3):
|
||||||
try:
|
try:
|
||||||
child.expect(pexpect.EOF)
|
child.expect(pexpect.EOF)
|
||||||
break
|
break
|
||||||
|
|
Loading…
Reference in New Issue