From 019156f6a0bb4f1a5fdfe24c7acc1cc8d7a54d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20L=C3=A4ndle?= Date: Thu, 31 Oct 2024 07:13:47 +0100 Subject: [PATCH] Sleep for one hour in nightly build loop to make it easier for humans to calculate when next build will start. --- automated/run-nightly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automated/run-nightly.sh b/automated/run-nightly.sh index 1c22d420..15bc25dc 100755 --- a/automated/run-nightly.sh +++ b/automated/run-nightly.sh @@ -8,6 +8,6 @@ while true; do ${1:+exit 0} date - sleep 49m + sleep 60m echo done