From 588d6a4300432e952d731e4a3add059820a244b6 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 22 Oct 2015 04:51:12 +0000 Subject: Timing tweaks to a kludgy test script. Didn't help, might have done so on a faster machine. svn path=/branches/tk705/; revision=6141 --- ca/tests/yamltest-test-all.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ca/tests/yamltest-test-all.sh b/ca/tests/yamltest-test-all.sh index 0a77469c..54224d5e 100644 --- a/ca/tests/yamltest-test-all.sh +++ b/ca/tests/yamltest-test-all.sh @@ -25,7 +25,7 @@ screen -X split screen -X focus # Timers -: ${startup=300} ${runtime=900} ${poll=30} ${shutdown=30} +: ${startup=600} ${runtime=900} ${poll=30} ${shutdown=30} # Once upon a time we had a settitle program. Noop for now. : ${settitle=":"} @@ -36,7 +36,7 @@ do rm -rf test rcynic-data python sql-cleaner.py now=$(date +%s) - finish=$(($now + $runtime)) + finish=$(($now + $startup + $runtime)) title="$yaml: will finish at $(date -r $finish)" $settitle "$title" screen sh -c "$settitle '$title'; exec python yamltest.py -p yamltest.pid $yaml" -- cgit v1.2.3