mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 12:41:08 +08:00
tests/signals.py: Increase a timeout
10ms is *much* too short
This commit is contained in:
parent
b9d44407b3
commit
29f9d3d843
|
@ -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 New Issue
Block a user