mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 15:00:45 -08:00
* test/infra/gitlab-ci.yml (variables, default): Increase timeout to 4 hours.
This commit is contained in:
parent
32d8a48709
commit
b2eb228b8d
1 changed files with 3 additions and 3 deletions
|
|
@ -44,8 +44,8 @@ workflow:
|
|||
variables:
|
||||
GIT_STRATEGY: fetch
|
||||
EMACS_EMBA_CI: 1
|
||||
# Three hours, see below.
|
||||
EMACS_TEST_TIMEOUT: 10800
|
||||
# Four hours, see below.
|
||||
EMACS_TEST_TIMEOUT: 14400
|
||||
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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue