Skip to content
Snippets Groups Projects

Resolve #3494332 "Try to pass"

Closed catch requested to merge issue/drupal-3494332:3494332-try-to-pass into 11.x
2 unresolved threads
Files
2
+ 2
2
@@ -94,8 +94,8 @@ variables:
SE_NODE_OVERRIDE_MAX_SESSIONS: "true"
SE_NODE_MAX_SESSIONS: "16"
SE_SESSION_RETRY_INTERVAL: "1"
SE_SESSION_REQUEST_TIMEOUT: "10"
SE_START_XVFB: "false"
SE_SESSION_REQUEST_TIMEOUT: "60"
    • Author Maintainer

      Self review. Whatever the timeout was set at before, it was having almost no effect because even a 300 second timeout would not result in a session getting picked up. And when it did time out, the test would just be skipped and we'd not know.

      I increased it to 60 because just in case a test method does get stuck waiting we don't want tests to fail, but don't really want to set it higher because if we do get a similar or similar-ish problem with selenium again, I think we'd want to see the timeouts happen and not wait for minute. We can always tweak this later.

Please register or sign in to reply
SE_START_XVFB: "true"
SE_START_VNC: "false"
.run-tests: &run-tests
Loading