From 1b41285798be358a8873cca71244f7957aa42c31 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Sat, 25 Jan 2025 18:16:50 +0000 Subject: [PATCH] Even shorter timeout. --- .gitlab-ci/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci/pipeline.yml b/.gitlab-ci/pipeline.yml index 310c15703942..1639a8c03e09 100644 --- a/.gitlab-ci/pipeline.yml +++ b/.gitlab-ci/pipeline.yml @@ -95,7 +95,7 @@ variables: SE_NODE_MAX_SESSIONS: "16" SE_SESSION_RETRY_INTERVAL: "1" SE_SESSION_REQUEST_TIMEOUT: "30" - SE_NODE_SESSION_TIMEOUT: "5" + SE_NODE_SESSION_TIMEOUT: "3" SE_START_XVFB: "false" SE_START_VNC: "false" -- GitLab