mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
tests/signals.py: Increase a timeout
10ms is *much* too short
This commit is contained in:
parent
b9d44407b3
commit
29f9d3d843
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ expect_prompt()
|
|||
sendline("sleep 1234 &")
|
||||
expect_prompt()
|
||||
os.kill(-sp.spawn.pid, signal.SIGINT)
|
||||
sleep(0.010)
|
||||
sleep(0.500)
|
||||
sendline("jobs")
|
||||
expect_prompt("sleep 1234")
|
||||
sendline("kill %1")
|
||||
|
|
Loading…
Reference in a new issue