We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have a few tests with timeouts of 5 minutes, e.g. the devtools_test. This test has recently been flaking, because it times out after 5 minutes, eg: https://github.com/dart-lang/webdev/actions/runs/3743002547/jobs/6354677288
devtools_test
I think it would be best to move these long running tests into a separate cron job, to improve the velocity of Github CI testing.
The text was updated successfully, but these errors were encountered:
Related: #1847
Sorry, something went wrong.
@elliette has made other improvements to reduce the amount of time needed to run testing (e.g., sharding), so this isn't as relevant anymore.
No branches or pull requests
We have a few tests with timeouts of 5 minutes, e.g. the
devtools_test
. This test has recently been flaking, because it times out after 5 minutes, eg: https://github.com/dart-lang/webdev/actions/runs/3743002547/jobs/6354677288I think it would be best to move these long running tests into a separate cron job, to improve the velocity of Github CI testing.
The text was updated successfully, but these errors were encountered: