This repository was archived by the owner on Oct 22, 2024. It is now read-only.
This repository was archived by the owner on Oct 22, 2024. It is now read-only.
idleTimeout set in the capabilities do not overrides IDLE_TIMEOUT from global variable #82
Open
Description
🐛 Bug description
idleTimeout set in the capabilities do not overrides IDLE_TIMEOUT from global variable.
🦶 Reproduction steps
Steps to reproduce the behaviour:
- Configure
idleTimeout
usingwebgrid:options
set it to 900 - Check that global
IDLE_TIMEOUT
set to default value 120 - Establish session with webgrid
- Send selenium command
- Wait
🎯 Expected behaviour
Node should be automatically killed after 900 seconds
🐛 Actual behaviour
Node is killed after 120 seconds
Version
0.8.0
Where did the problem occur?
List the platform on which you encountered the issue.
- ☸️ Kubernetes
Which browsers cause the bug?
Additional context