Skip to content

Selenium Remote Webdriver ignoring timeout and browserTimeout arguments #1106

@MetaMemoryT

Description

@MetaMemoryT

After 30mins browser is closed no matter what command line parameters are used: I have tried various combinations of:

java -jar "selenium\build\java\server\src\org\openqa\grid\selenium\selenium-standalone.jar" -timeout=999999 -browserTimeout=999999 -Dwebdriver.server.s ession.timeout=999999 -Dwebdriver.server.browser.timeout=999999
java -jar "selenium\build\java\server\src\org\openqa\grid\selenium\selenium-standalone.jar" -timeout=-1 -browserTimeout=-1 -Dwebdriver.server.session.timeout=-1 -Dwebdriver.server.browser.timeout=-1
java -jar "selenium-server-standalone-2.47.1.jar" -timeout=999999999 -browserTimeout=999999 -Dwebdriver.server.session.timeout=0
java -jar "C:\nodejs\node_modules\selenium-server-standalone-jar\jar\selenium-server-standalone-2.47.1.jar" -timeout=999999999 -browserTimeout=9999999 -Dwebdriver.server.session.timeout=9999999

It logs a message like:

09:41:01.915 INFO - Session 3c366b28-a7a4-4f97-805f-2e5fe7b97b21 deleted due to client timeout

Related discussion and issues:
https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/selenium-users/XFYh36Ua2Mg/TBCioWkLm7oJ

https://code.google.com/p/selenium/issues/detail?id=3224

This is reporting the failure of the hub to update nodes:
#374

Platform: 64-bit Windows 8.1

if you need any more debug info just ask.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions