Skip to content

Add test timeout of 2 minutes for all tests missing a timeout #1854

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

Merged
merged 2 commits into from
Dec 22, 2022

Conversation

elliette
Copy link
Contributor

@elliette elliette commented Dec 21, 2022

Work towards #1845: "All tests should have a timeout set"

Work towards #1846: "Long running tests should be moved to a cron job" (the reload_test is flaky, often timing out after 5 minutes. Instead of upping the timeout, we should move it to a cron job)

@@ -9,6 +9,7 @@
@OnPlatform({
'windows': Skip('https://github.com/dart-lang/webdev/issues/711'),
})

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this blank line meant to be a timeout?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No it's not, just formatting! There is a timeout set for this file already

@elliette elliette merged commit b127883 into dart-lang:master Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants