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: 1. Set it to be 'long'. This is a slow test due to the large amount of fetches. 2. Set the number of elements added at a time to 8, which is faster than 100 in my experimentation. 3. Do not wait for onload to begin appending scripts. Bug: 1041707 Change-Id: Iddf37a72135e1f82c23c3e71c8da40eca13b8f78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2011294Reviewed-by:Kunihiko Sakamoto <ksakamoto@chromium.org> Commit-Queue: Nicolás Peña Moreno <npm@chromium.org> Cr-Commit-Position: refs/heads/master@{#733502}
Showing
Please register or sign in to comment