[wpt-sync] Sync PR 21279 - Attempt to fix flaky timeout in resource_timing_buffer_full_eventually
Categories
(Core :: Performance, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21279 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21279
Details from upstream follow.
Nicolás Peña Moreno <npm@chromium.org> wrote:
Attempt to fix flaky timeout in resource_timing_buffer_full_eventually
This CL attempts to fix the flaky timeouts in the test
virtual/omt-worker-fetch/external/wpt/resource-timing/resource_timing_buffer_full_eventually.html
by doing the following:
- Set it to be 'long'. This is a slow test due to the large amount of
fetches.- Set the number of elements added at a time to 8, which is faster than
100 in my experimentation.- Do not wait for onload to begin appending scripts.
Bug: 1041707
Change-Id: Iddf37a72135e1f82c23c3e71c8da40eca13b8f78
Reviewed-on: https://chromium-review.googlesource.com/2011294
WPT-Export-Revision: fe9a49cde2718924774d1750b8941053b1e0ed49
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
OK : 1
PASS: 1
Chrome
OK : 1
PASS: 1
Safari
OK : 1
PASS: 1
Links
Comment 4•5 years ago
|
||
bugherder |
Description
•