aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus2021-10-23 13:23:25 +0200
committerMichael Albinus2021-10-23 13:23:25 +0200
commitb2eb228b8dbd4178a445508fd61045e565be596e (patch)
tree316950e8dcf23ab38b9ac23e137a8aec88789591 /test
parent32d8a4870926b0b3d0f6f075d231102288b5b28c (diff)
downloademacs-b2eb228b8dbd4178a445508fd61045e565be596e.tar.gz
emacs-b2eb228b8dbd4178a445508fd61045e565be596e.zip
* test/infra/gitlab-ci.yml (variables, default): Increase timeout to 4 hours.
Diffstat (limited to 'test')
-rw-r--r--test/infra/gitlab-ci.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/infra/gitlab-ci.yml b/test/infra/gitlab-ci.yml
index 5ff3694a0e1..57f90b15efa 100644
--- a/test/infra/gitlab-ci.yml
+++ b/test/infra/gitlab-ci.yml
@@ -44,8 +44,8 @@ workflow:
44variables: 44variables:
45 GIT_STRATEGY: fetch 45 GIT_STRATEGY: fetch
46 EMACS_EMBA_CI: 1 46 EMACS_EMBA_CI: 1
47 # Three hours, see below. 47 # Four hours, see below.
48 EMACS_TEST_TIMEOUT: 10800 48 EMACS_TEST_TIMEOUT: 14400
49 EMACS_TEST_VERBOSE: 1 49 EMACS_TEST_VERBOSE: 1
50 # # Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled 50 # # Use TLS https://docs.gitlab.com/ee/ci/docker/using_docker_build.html#tls-enabled
51 # DOCKER_HOST: tcp://docker:2376 51 # DOCKER_HOST: tcp://docker:2376
@@ -60,7 +60,7 @@ variables:
60 60
61default: 61default:
62 image: docker:19.03.12 62 image: docker:19.03.12
63 timeout: 3 hours 63 timeout: 4 hours
64 before_script: 64 before_script:
65 - docker info 65 - docker info
66 - echo "docker registry is ${CI_REGISTRY}" 66 - echo "docker registry is ${CI_REGISTRY}"