From ba381fd9bdbb365bfcab2d7aff9c8368d7bcec96 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jonathan=20Neusch=C3=A4fer?= Date: Mon, 3 May 2021 21:53:26 +0200 Subject: [PATCH] .gitlab-ci.yml: Increase the build timeout The job takes longer than an hour on gitlab.com, so let's set the timeout to two hours, to be sure that there's enough time. On other GitLab-CI runners, it will be faster, but it's good to be able to run the tests on gitlab.com too. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ca1a9489..25657348 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ variables: build: stage: build + timeout: 2h before_script: - mkdir -p apt-cache - apt-get -o dir::cache::archives="$(pwd)/apt-cache" update -- 2.30.2