26 lines
742 B
Diff
26 lines
742 B
Diff
From 033bc4df3a58022b93e1cef8387b04d08dddd1fe Mon Sep 17 00:00:00 2001
|
|
From: Michael R Sweet <msweet@msweet.org>
|
|
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.
|
|
|
|
Reference:https://github.com/OpenPrinting/cups/commit/033bc4df3a58022b93e1cef8387b04d08dddd1fe
|
|
Conflict:NA
|
|
|
|
---
|
|
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"
|