-
Notifications
You must be signed in to change notification settings - Fork 10
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
limit pageLoadTimeout driver timeout by idleTimeout #24
Labels
enhancement
New feature or request
Milestone
Comments
vdelendik
referenced
this issue
in zebrunner/carina
Jun 9, 2022
so far we can't override this capability as Zebrunner Selenium Grid can't start a session:
https://vd2.zebrunner.org/projects/DEF/test-runs/1461 let's continue investigation later. make sure to adjust timeout for screenshoting as well |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We don't provide any pageLoadTimeout value and selenium set by default 300s into it. At the same time most of the hub providers including zebrunner might limit inactive session by
idleTimeout
capability.So if pageLoadTimeout is greater then idleTimeout our session might be dropped by the hub and we should proceed with catching
driver connection refused
etc.So let's experiment and update pageLoadTimeout limiting it by idleTimeout if any or 300s if not.
Expected benefits:
The text was updated successfully, but these errors were encountered: