aboutsummaryrefslogtreecommitdiff
path: root/src/infrastructure/scripts/cronjob.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/infrastructure/scripts/cronjob.sh')
-rwxr-xr-xsrc/infrastructure/scripts/cronjob.sh2
1 files changed, 1 insertions, 1 deletions
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)"