aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2023-03-15 08:56:51 -0300
committerEuAndreh <eu@euandre.org>2023-03-15 08:56:51 -0300
commitfeb62e902e3b5b02db448af9451e943847a3b837 (patch)
tree3cb3d47200a73a9342bb0938177f71785dd58c0c /src
parentsystem.scm: Add first version of knot-service-type configuration (diff)
downloadtoph-feb62e902e3b5b02db448af9451e943847a3b837.tar.gz
toph-feb62e902e3b5b02db448af9451e943847a3b837.tar.xz
cronjob.sh: Increase timeout to 2 hours
Notes
See CI logs with: git notes --ref=refs/notes/ci-logs show feb62e902e3b5b02db448af9451e943847a3b837 git notes --ref=refs/notes/ci-data show feb62e902e3b5b02db448af9451e943847a3b837 Exit status: 0 Duration: 21
Diffstat (limited to 'src')
-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)"