Commit a332ead
authored
Fix browser.test_audioworklet_worker instability on Chrome (#26841)
Fix browser.test_audioworklet_worker instability on Chrome.
Chrome has some kind of network throttling mechanism, which prevents the
Wasm Worker from being able to start up in the test
browser.test_audioworklet_worker.
There is no reason to keep fetching /check every 10 milliseconds (except
for performance). Reduce the fetch interval to a more modest rate of 5
fetches per second.
The browser test suite has ~150 tests, so this can slow down the test
harness by at most 30 seconds.1 parent f92e9e1 commit a332ead
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
0 commit comments