From feb62e902e3b5b02db448af9451e943847a3b837 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Wed, 15 Mar 2023 08:56:51 -0300 Subject: cronjob.sh: Increase timeout to 2 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 db58cdb..13b1548 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='3600' # one hour +TIMEOUT='7200' # two hours STATUS_F="$(mkstemp)" OUT="$(mkstemp)" -- cgit v1.2.3