From: Michael R Sweet Date: Sat, 28 Nov 2020 13:43:46 +0000 (-0500) Subject: Force a 5 second sleep to wait for the job control file to be written. X-Git-Tag: v2.3.3op2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=033bc4df3a58022b93e1cef8387b04d08dddd1fe;p=thirdparty%2Fcups.git Force a 5 second sleep to wait for the job control file to be written. --- diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index d93388408a..4498a8c103 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -845,6 +845,7 @@ else echo "PASS" echo " PASSED" >>$strfile + sleep 5 ./waitjobs.sh >>$strfile echo $ac_n "Verifying that history still exists: $ac_c"