From a0e56ec6defd8700f4fbaeaf369395669b43f1ce Mon Sep 17 00:00:00 2001
From: catch <6915-catch@users.noreply.drupalcode.org>
Date: Sat, 25 Jan 2025 17:52:14 +0000
Subject: [PATCH] Set request timeout to 30.

---
 .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 be3a906b0285..310c15703942 100644
--- a/.gitlab-ci/pipeline.yml
+++ b/.gitlab-ci/pipeline.yml
@@ -94,7 +94,7 @@ variables:
     SE_NODE_OVERRIDE_MAX_SESSIONS: "true"
     SE_NODE_MAX_SESSIONS: "16"
     SE_SESSION_RETRY_INTERVAL: "1"
-    SE_SESSION_REQUEST_TIMEOUT: "1"
+    SE_SESSION_REQUEST_TIMEOUT: "30"
     SE_NODE_SESSION_TIMEOUT: "5"
     SE_START_XVFB: "false"
     SE_START_VNC: "false"
-- 
GitLab