From ecbb75f930a715a22dd77b520b1af3fd13f42716 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Tue, 3 Aug 1999 21:47:35 +0000 Subject: [PATCH] Update the sleep to 10 seconds (last commit only changed the echo) --- tests/scripts/all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/scripts/all b/tests/scripts/all index 0977e1bc0f..0b48a44829 100755 --- a/tests/scripts/all +++ b/tests/scripts/all @@ -32,6 +32,6 @@ for CMD in $SRCDIR/scripts/test*; do exit $RC fi echo ">>>>> waiting 10 seconds for things to exit" - sleep 5 + sleep 10 echo done -- 2.39.5