From b2b6b60dd5cd67a5464684473d0c6b36297a2534 Mon Sep 17 00:00:00 2001 From: catch <6915-catch@users.noreply.drupalcode.org> Date: Sat, 25 Jan 2025 18:19:37 +0000 Subject: [PATCH] Revert unintended commit. --- .gitlab-ci/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci/pipeline.yml b/.gitlab-ci/pipeline.yml index 1639a8c03e09..3196e5078226 100644 --- a/.gitlab-ci/pipeline.yml +++ b/.gitlab-ci/pipeline.yml @@ -94,8 +94,7 @@ variables: SE_NODE_OVERRIDE_MAX_SESSIONS: "true" SE_NODE_MAX_SESSIONS: "16" SE_SESSION_RETRY_INTERVAL: "1" - SE_SESSION_REQUEST_TIMEOUT: "30" - SE_NODE_SESSION_TIMEOUT: "3" + SE_SESSION_REQUEST_TIMEOUT: "10" SE_START_XVFB: "false" SE_START_VNC: "false" -- GitLab