Skip to content
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
@mihailsaver

Description

@mihailsaver

🐛 Bug description

idleTimeout set in the capabilities do not overrides IDLE_TIMEOUT from global variable.

🦶 Reproduction steps

Steps to reproduce the behaviour:

  1. Configure idleTimeout using webgrid:options set it to 900
  2. Check that global IDLE_TIMEOUT set to default value 120
  3. Establish session with webgrid
  4. Send selenium command
  5. 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

Metadata

Metadata

Labels

Priority: MediumDefault priority if nothing else matchesStatus: PendingInitial issue stage waiting for further evaluationType: BugIssues that affect the operation of the software

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions