From f714ad3440f6f009b3c9101e8d2ab31b72c30cf6 Mon Sep 17 00:00:00 2001 From: Michal Gold Date: Wed, 31 Jul 2024 22:16:14 +0300 Subject: [PATCH] change the value of SE_NODE_SESSION_TIMEOUT from number to string this commit change the value of SE_NODE_SESSION_TIMEOUT from number to string becuase it is blocking auto-promotion test --- deploy/iqe-trigger-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/iqe-trigger-integration.yml b/deploy/iqe-trigger-integration.yml index a52f641d..8d618481 100644 --- a/deploy/iqe-trigger-integration.yml +++ b/deploy/iqe-trigger-integration.yml @@ -180,4 +180,4 @@ parameters: - name: IQE_PARALLEL_ENABLED value: "false" - name: SE_NODE_SESSION_TIMEOUT - value: 600 + value: "600"