Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium Server Standalone ignore timeout setting #3131

Closed
VincentRo opened this issue Nov 18, 2016 · 2 comments
Closed

Selenium Server Standalone ignore timeout setting #3131

VincentRo opened this issue Nov 18, 2016 · 2 comments

Comments

@VincentRo
Copy link

Meta -

OS: Red Hat
Selenium Version:
2.53.1, Selenium server standalone
Browser:
Firefox 45

Expected Behavior -

Our web application is not really fast and we need to define a higher timeout.
I try different combination to launch selenium-server-standalone and change the default timeout but nothing is working.

Here is my different try :

java -Dwebdriver.server.session.timeout=3600 -Dwebdriver.server.browser.timeout=600 -jar /home/jenkins/selenium/selenium-server-standalone-2.53.1.jar -userExtensions user-extensions.js -htmlSuite *firefox http://xxx..com "Testcmd/TS.html" "firefox-results.html"

java -jar /home/jenkins/selenium/selenium-server-standalone-2.53.1.jar timeout 600 -browserTimeout 600 -userExtensions user-extensions.js -htmlSuite *firefox http://xxx..com "Testcmd/TS.html" "firefox-results.html"

If we haven't this problem, our test will work perfectly, it's a great tool but I begin to despair.
So please, if you can help me ?

@lukeis
Copy link
Member

lukeis commented Nov 18, 2016

selenium has a multitude of timeouts that can be set. It's hard to tell exactly which timeout you need adjusted.

I'd recommend asking on the selenium-users mailing list:
https://groups.google.com/forum/#!forum/selenium-users

Try to describe what's going wrong and try provide a way for someone else to replicate the issue in order for others to give better suggestions on what you could be doing differently to solve the problem.

@lukeis lukeis closed this as completed Nov 18, 2016
@VincentRo
Copy link
Author

It's simple, the argument -timeout or -browserTimeout doesn't work.
Doesn't matter what you launch.

@lock lock bot locked and limited conversation to collaborators Aug 19, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants