]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Force a 5 second sleep to wait for the job control file to be written.
authorMichael R Sweet <msweet@msweet.org>
Sat, 28 Nov 2020 13:43:46 +0000 (08:43 -0500)
committerMichael R Sweet <msweet@msweet.org>
Sat, 28 Nov 2020 13:43:46 +0000 (08:43 -0500)
test/run-stp-tests.sh

index d93388408a73b61209db0ad3c0a72151764dea0f..4498a8c1038f55f433bb8d4a7c50ab01f210f801 100755 (executable)
@@ -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"