diff options
Diffstat (limited to '')
-rwxr-xr-x | src/infrastructure/scripts/cronjob.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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)" |