ci: raise the wasm headless tests timeout to 15 minutes - #3506
Merged
Conversation
The certificate chain of 'testing-preview' grows daily and the 5 chain verifications of the test now exceed the 10 minutes limit.
There was a problem hiding this comment.
Pull request overview
This PR reduces flakiness in the WASM client headless browser CI by increasing the Selenium explicit wait timeout so slower nightly runs don’t fail with a WebDriverWait timeout.
Changes:
- Increased the headless browser test
WebDriverWaittimeout from 10 minutes (600s) to 15 minutes (900s).
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Test Results 5 files ± 0 221 suites ±0 59m 43s ⏱️ - 1h 5m 36s Results for commit 93ea64e. ± Comparison against base commit df38c0c. This pull request removes 57 tests. |
Alenar
approved these changes
Aug 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Content
This PR includes a fix for the flakiness of the wasm client CI test which fails with a Selenium timeout on the nightly runs.
Pre-submit checklist