diff --git a/testframework.sh b/testframework.sh index a0626b47..c38e9fc7 100644 --- a/testframework.sh +++ b/testframework.sh @@ -1760,6 +1760,7 @@ fork_wait() { fi done [ $running -eq 0 ] && return 0 + sleep 1 done }