commit | 94549e33f8816e9a4fb3af21dcb810559d1cc210 | [log] [tgz] |
---|---|---|
author | Alex Ilin <alexilin@chromium.org> | Fri May 16 12:38:25 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri May 16 12:38:25 2025 |
tree | d29a482ce98fe2a87d13ca5e7d1a8a85e678318d | |
parent | 7a5ca9ce9bd6a8065df81337352684c25eda4ec2 [diff] |
[signin] Fix timeout issue in AccountsCookieMutatorTests The tests are delayed by kExternalCCResultTimeoutSeconds because the SetAccountsInCookie() operation waits on GetCheckConnectionInfo() result. Fix this problem by providing a fake GetCheckConnectionInfo result in tests. [1] https://crsrc.org/c/components/signin/internal/identity_manager/gaia_cookie_manager_service.cc;drc=ef122c1b7ca07ed5ea69ca69ba0837e63551c973;l=850 Fixed: 40122657 Change-Id: Ibca19456a1937740ecd2bb2f960f01e750e304ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6555866 Auto-Submit: Alex Ilin <alexilin@chromium.org> Reviewed-by: David Roger <droger@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/main@{#1461290}
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.