projects
/
soc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7e708f
)
.gitlab-ci.yml: Increase the build timeout
author
Jonathan Neuschäfer
<j.neuschaefer@gmx.net>
Mon, 3 May 2021 19:53:26 +0000
(21:53 +0200)
committer
Jonathan 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
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index ca1a9489a92171ef6975153fbbfbf601c5968ac0..25657348ec18244585c435f3c657ff8d0293c780 100644
(file)
--- 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