From 96674ab567df700fca15f19e465679eff7d1eae2 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 10 Dec 2014 16:14:52 +0100 Subject: [PATCH] continuous: We need longer timeout Perhaps when fsck is done --- continuous/cron.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/continuous/cron.sh b/continuous/cron.sh index a65b9aa..5ca3e68 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 -- 2.39.2