-
Notifications
You must be signed in to change notification settings - Fork 10.5k
utils: add a timeout to the integration tests #33774
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
Conversation
This will allow us to add test cases which may hang. The timeout here is taken from the value we use in the regular test suite (along with the check for the timeout requirements).
CC: @gottesmm @shahmishal |
Reduce timeout to 20m
Please test with following PRs: @swift-ci please test |
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.
LGTM
Fix quoting
Please test with following PRs: @swift-ci please test |
Build failed |
Build failed |
The Linux failure is expected with the new test (the hang should be resolved with #33770) |
Please test with following PRs: @swift-ci please test Linux platform |
This will allow us to add test cases which may hang. The timeout here
is taken from the value we use in the regular test suite (along with the
check for the timeout requirements).
Replace this paragraph with a description of your changes and rationale. Provide links to external references/discussions if appropriate.
Resolves SR-NNNN.