projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32d8a48
)
* test/infra/gitlab-ci.yml (variables, default): Increase timeout to 4 hours.
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 23 Oct 2021 11:23:25 +0000
(13:23 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 23 Oct 2021 11:23:25 +0000
(13:23 +0200)
test/infra/gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/test/infra/gitlab-ci.yml
b/test/infra/gitlab-ci.yml
index 5ff3694a0e194b28ff15707faa1ee10fdce4314f..57f90b15efa8a57232abe4e051a3fea87e5b9681 100644
(file)
--- a/
test/infra/gitlab-ci.yml
+++ b/
test/infra/gitlab-ci.yml
@@
-44,8
+44,8
@@
workflow:
variables:
GIT_STRATEGY: fetch
EMACS_EMBA_CI: 1
- #
Three
hours, see below.
- EMACS_TEST_TIMEOUT: 1
08
00
+ #
Four
hours, see below.
+ EMACS_TEST_TIMEOUT: 1
44
00
EMACS_TEST_VERBOSE: 1
# # Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
# DOCKER_HOST: tcp://docker:2376
@@
-60,7
+60,7
@@
variables:
default:
image: docker:19.03.12
- timeout:
3
hours
+ timeout:
4
hours
before_script:
- docker info
- echo "docker registry is ${CI_REGISTRY}"