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
This commit is contained in:
Michal Gold 2024-07-31 22:16:14 +03:00
parent 04bce40bd7
commit f714ad3440

View file

@ -180,4 +180,4 @@ parameters:
- name: IQE_PARALLEL_ENABLED
value: "false"
- name: SE_NODE_SESSION_TIMEOUT
value: 600
value: "600"