From: Jonathan Neuschäfer Date: Mon, 3 May 2021 19:53:26 +0000 (+0200) Subject: .gitlab-ci.yml: Increase the build timeout X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ba381fd9bdbb365bfcab2d7aff9c8368d7bcec96;p=soc.git .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. --- 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