-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Use default timeout of 30s. #108835
Use default timeout of 30s. #108835
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
approved. please get a code review. we can treat this as tell mode.
@pavelsavara @radekdoulik please provide a review and sign off today, as |
@carlossanlop, approved, will it make it? (edit: I don't have merge rights) |
Backport of #108723 to release/9.0
Customer Impact
This impacts only testing with WasmBuildTests on WASM. We have problems with time outs and we mitigated the issue on net10 by setting the timeout of launching the Playwright browser to default value (30s). Net9 is still caught in #107771, so it’s worth aligning the change.
Regression
Testing
CI
Risk
Low, it's only an infra change. It can in the worst case cause a slightly longer runs of CI.