From bf96534cd4521287b96a43871ecd758be830a68c Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Thu, 19 Oct 2023 17:28:27 -0300 Subject: cronjob.sh: Increase timeout to 4 hours --- src/infrastructure/scripts/cronjob.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/infrastructure/scripts/cronjob.sh') diff --git a/src/infrastructure/scripts/cronjob.sh b/src/infrastructure/scripts/cronjob.sh index 4cd456e..8abe510 100755 --- a/src/infrastructure/scripts/cronjob.sh +++ b/src/infrastructure/scripts/cronjob.sh @@ -127,7 +127,7 @@ duration() { CMD="$*" HOSTNAME="$(hostname)" FROM="cronjob@$HOSTNAME" -TIMEOUT='10800' # three hours +TIMEOUT='14400' # four hours STATUS_F="$(mkstemp)" OUT="$(mkstemp)" -- cgit v1.2.3