From 080859d61124c862e5704c97925a7011ee227400 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Fri, 5 May 2023 07:32:55 -0300 Subject: cronjob.sh: Increase timeout to 3 hours --- src/infrastructure/scripts/cronjob.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/infrastructure/scripts/cronjob.sh b/src/infrastructure/scripts/cronjob.sh index 13b1548..4cd456e 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='7200' # two hours +TIMEOUT='10800' # three hours STATUS_F="$(mkstemp)" OUT="$(mkstemp)" -- cgit v1.2.3