mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
tests/signals.py: Increase a sleep
This commit is contained in:
parent
83d95cea35
commit
48db9e6a3f
@ -76,7 +76,7 @@ send("sleep 131 & echo $last_pid\r")
|
||||
pids += [expect_re("\d+\r\n").group().strip()]
|
||||
expect_prompt()
|
||||
send("sleep 9999999\r")
|
||||
sleep(0.300) # ensure fish kicks off the above sleep before it gets HUP - see #7288
|
||||
sleep(0.500) # ensure fish kicks off the above sleep before it gets HUP - see #7288
|
||||
os.kill(sp.spawn.pid, signal.SIGHUP)
|
||||
|
||||
# Verify the spawned fish shell has exited.
|
||||
|
Loading…
x
Reference in New Issue
Block a user