Add extra flags to disable throttling behavior. (#55)
* Add extra flags to disabling throttling behavior.
These flags [were added in our internal SDK test infrastructure][1] and they
helped reduce flaky timeout behavior in the past. It's very likely that
these and the `--disable-background-timer-throttling` flag that's
already here have some overlap, though.
I have not been able to find much documentation about whether they do
overlap, so I was inclined to try to add these by default and
assess the effect in our CI.
[1]: https://dart-review.googlesource.com/c/sdk/+/325780/2/pkg/test_runner/lib/src/browser_controller.dart
* ... add CHANGELOG
2 files changed