From c79aae2b1ebb66bed8a2ab5c2f28584ca578c59e Mon Sep 17 00:00:00 2001 From: andryyy Date: Sat, 13 Mar 2021 12:37:06 +0100 Subject: [PATCH] [Watchdog] Longer sleep for open relay check --- data/Dockerfiles/watchdog/watchdog.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/Dockerfiles/watchdog/watchdog.sh b/data/Dockerfiles/watchdog/watchdog.sh index 177a5304..0cdc63c5 100755 --- a/data/Dockerfiles/watchdog/watchdog.sh +++ b/data/Dockerfiles/watchdog/watchdog.sh @@ -210,7 +210,7 @@ external_checks() { sleep 60 else diff_c=0 - sleep $(( ( RANDOM % 20 ) + 120 )) + sleep $(( ( RANDOM % 20 ) + 1800 )) fi done return 1