This repository was archived by the owner on Oct 28, 2024. It is now read-only.
Commit 7956230
authored
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 CHANGELOG1 parent 74a0efe commit 7956230
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
6 | 7 | | |
7 | 8 | | |
8 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| 105 | + | |
| 106 | + | |
105 | 107 | | |
106 | 108 | | |
107 | 109 | | |
| |||
0 commit comments