From b2eb228b8dbd4178a445508fd61045e565be596e Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Sat, 23 Oct 2021 13:23:25 +0200 Subject: [PATCH] * test/infra/gitlab-ci.yml (variables, default): Increase timeout to 4 hours. --- test/infra/gitlab-ci.yml | 6 +++--- 1 file 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: 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}" -- 2.39.2