From c9b68d138d805f05b1aadb6ea6fc9e853a04dea1 Mon Sep 17 00:00:00 2001 From: Jonas Tobias Hopusch Date: Tue, 24 Aug 2021 11:56:19 +0200 Subject: [PATCH] CI: Introduce 5 minute timeout --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a4382b..0d25393 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,6 +4,7 @@ variables: pages: image: archlinux:latest interruptible: true + timeout: 5m rules: - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_COMMIT_REF_NAME == $CI_DEFAULT_BRANCH' when: always @@ -21,6 +22,7 @@ pages: basic-zola-test: image: archlinux:latest interruptible: true + timeout: 5m rules: - if: '$CI_PIPELINE_SOURCE == "merge_request_event"' when: always