c60cff1d33
Rationale: To maximize CPU utilitization during fuzzing runs, we now use a time-out on all the individual fuzz testing runs (rather than repeat based). This way, the "faster" tests will cover more ground, while the "slower" straggler tests will not break the test with unnecessary time-outs at cluster level. Change-Id: I5f0f9646da3fbd8b361a7ea43444b1896a45b57f Reviewed-on: https://dart-review.googlesource.com/c/84047 Commit-Queue: Aart Bik <ajcbik@google.com> Reviewed-by: Alexander Thomas <athom@google.com>