commit | 4d17c1f0be849959551529fbcdf0deb119f51858 | [log] [tgz] |
---|---|---|
author | Ming-Ying Chung <mych@chromium.org> | Thu Nov 02 06:00:07 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Nov 02 06:00:07 2023 |
tree | 40fada9aa4d2d6ab93819f615c04b8196692cd6b | |
parent | f7e21bedb0b1d35935a391e0727a76a1971affcc [diff] |
[fetch-later] Extend timeout to long for send-on-deactivate WPT Similar to another previously timed out test [1], the WPT updated by this CL also uses `await expectBeacon(uuid, {count: 0})` which requires full wait around 3~5s. It looks like this WPT also times out, so this CL tries to fix it with long timeout. [1]: https://crrev.com/c/4995447 Bug: 1498420,1465781 Change-Id: I82bcc35a20aab5c74d1dd4b5f83213502b3e15de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4996501 Reviewed-by: Tsuyoshi Horo <horo@chromium.org> Commit-Queue: Ming-Ying Chung <mych@chromium.org> Cr-Commit-Position: refs/heads/main@{#1218651}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.