From 033bc4df3a58022b93e1cef8387b04d08dddd1fe Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sat, 28 Nov 2020 08:43:46 -0500 Subject: [PATCH] Force a 5 second sleep to wait for the job control file to be written. --- test/run-stp-tests.sh | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.2