webdev
webdev copied to clipboard
Tests with long timeouts should be moved to a cron job
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
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.
Related: https://github.com/dart-lang/webdev/issues/1847
@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.