.gitlab-ci.yml: Increase the build timeout
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Mon, 3 May 2021 19:53:26 +0000 (21:53 +0200)
committerJonathan Neuschäfer <j.neuschaefer@gmx.net>
Thu, 6 May 2021 07:19:59 +0000 (09:19 +0200)
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

index ca1a9489a92171ef6975153fbbfbf601c5968ac0..25657348ec18244585c435f3c657ff8d0293c780 100644 (file)
@@ -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