From ebe0330a610ea3dc1c626d44f3a39a4e7daf4c4c Mon Sep 17 00:00:00 2001
From: catch <6915-catch@users.noreply.drupalcode.org>
Date: Sat, 25 Jan 2025 17:51:43 +0000
Subject: [PATCH] SEt node session timeout to 5.

---
 .gitlab-ci/pipeline.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci/pipeline.yml b/.gitlab-ci/pipeline.yml
index 77662eb5a50d..be3a906b0285 100644
--- a/.gitlab-ci/pipeline.yml
+++ b/.gitlab-ci/pipeline.yml
@@ -95,6 +95,7 @@ variables:
     SE_NODE_MAX_SESSIONS: "16"
     SE_SESSION_RETRY_INTERVAL: "1"
     SE_SESSION_REQUEST_TIMEOUT: "1"
+    SE_NODE_SESSION_TIMEOUT: "5"
     SE_START_XVFB: "false"
     SE_START_VNC: "false"
 
-- 
GitLab