emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master b2eb228: * test/infra/gitlab-ci.yml (variables, default): Increas


From: Michael Albinus
Subject: master b2eb228: * test/infra/gitlab-ci.yml (variables, default): Increase timeout to 4 hours.
Date: Sat, 23 Oct 2021 07:23:37 -0400 (EDT)

branch: master
commit b2eb228b8dbd4178a445508fd61045e565be596e
Author: Michael Albinus <michael.albinus@gmx.de>
Commit: Michael Albinus <michael.albinus@gmx.de>

    * 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 5ff3694..57f90b1 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}"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]