diff --git a/tests/checks/jobs.fish b/tests/checks/jobs.fish index 2dfb6da4d..14772b3b9 100644 --- a/tests/checks/jobs.fish +++ b/tests/checks/jobs.fish @@ -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