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:
Fabian Homborg 2020-08-08 13:22:24 +02:00
parent 05ddbb1d2e
commit 7de333f839

View File

@ -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