mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 15:18:50 +08:00
tests: jobs: Sleep more
This one sometimes fails with a zombie detected, so I'm assuming it's too fast for reaping to happen, so we add another 100ms sleep. Yeah, this isn't great but...eh
This commit is contained in:
parent
05ddbb1d2e
commit
7de333f839
|
@ -7,6 +7,7 @@ sleep 0.2 &
|
|||
disown
|
||||
sleep 0.2
|
||||
echo Trigger process reaping
|
||||
sleep 0.1
|
||||
#CHECK: Trigger process reaping
|
||||
# The initial approach here was to kill the PID of the sleep process, which should
|
||||
# be gone by the time we get here. Unfortunately, kill from procps on pre-2016 distributions
|
||||
|
|
Loading…
Reference in New Issue
Block a user