diff options
author | Rob Austein <sra@hactrn.net> | 2015-10-22 04:51:12 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-10-22 04:51:12 +0000 |
commit | 588d6a4300432e952d731e4a3add059820a244b6 (patch) | |
tree | 45a437ee07d61f5aed223a298c74674e94c7082e /ca/tests | |
parent | 3a0cc57f17d70179cb130497dbe60a6a3b756724 (diff) |
Timing tweaks to a kludgy test script. Didn't help, might have done
so on a faster machine.
svn path=/branches/tk705/; revision=6141
Diffstat (limited to 'ca/tests')
-rw-r--r-- | ca/tests/yamltest-test-all.sh | 4 |
1 files 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" |