diff options
author | EuAndreh <eu@euandre.org> | 2023-03-15 08:56:51 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-15 08:56:51 -0300 |
commit | feb62e902e3b5b02db448af9451e943847a3b837 (patch) | |
tree | 3cb3d47200a73a9342bb0938177f71785dd58c0c /src | |
parent | system.scm: Add first version of knot-service-type configuration (diff) | |
download | toph-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-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 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)" |