X-Git-Url: http://rtime.felk.cvut.cz/gitweb/can-benchmark.git/blobdiff_plain/6085399f090910390214e52cf2a9a6ed049fa9fa..23943811fde7a18edb0fd2b45d41aa62745b8e20:/continuous/cron.sh diff --git a/continuous/cron.sh b/continuous/cron.sh index a65b9aa..9f8f4a2 100755 --- a/continuous/cron.sh +++ b/continuous/cron.sh @@ -8,7 +8,7 @@ cd $(dirname $0) # Wakeup glab sudo /usr/sbin/etherwake 00:0c:f1:77:ec:46 -chronic timeout 2m sh -c 'while ! ssh sojka@glab true; do sleep 1; done' +chronic timeout 5m sh -c 'while ! ssh sojka@glab true; do sleep 1; done' sleep 30 # Wait a bit to finish all boot jobs etc. mkdir -p logs @@ -25,4 +25,4 @@ make -C www --silent publish ( cd logs && git add $LOG && git commit --quiet -m 'Automatic commit' && git push --quiet ) -ssh -f sojka@glab 'sudo /sbin/poweroff' +#ssh -f sojka@glab 'sudo /sbin/poweroff'