From: Michael Albinus Date: Sat, 23 Oct 2021 11:23:25 +0000 (+0200) Subject: * test/infra/gitlab-ci.yml (variables, default): Increase timeout to 4 hours. X-Git-Tag: emacs-29.0.90~3671^2~457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2eb228b8dbd4178a445508fd61045e565be596e;p=emacs.git * test/infra/gitlab-ci.yml (variables, default): Increase timeout to 4 hours. --- 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}"