commit | fdd0c4c4115af18d6f7f009edf6b54451e29195c | [log] [tgz] |
---|---|---|
author | Ankush Singh <ankushkush@google.com> | Mon Dec 09 08:54:35 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Dec 09 08:54:35 2024 |
tree | 7d6add86a0382d60bdb650798e7d209d2d035f69 | |
parent | 699a81f2da5b2f73d1e1676677c65b6881862c23 [diff] |
[ios] Fix SyncPreferencesTestCase flakiness Some tests were failing waiting for preferences to be available on the fake server. A possibility is that the preferences were set even before the sync engine was finished initializing. This CL fixes that by waiting for the sync engine init to finish before setting the prefs. This CL also doubles the timeout to 20s for the async sync operations, inspired from some other tests which have timeouts of up to 1min. Bug: 379843232 Change-Id: I053d97763048e33262cdc6337123773805a003f2 Cq-Include-Trybots: luci.chromium.try:ios-simulator-full-configs,ios-simulator Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6044198 Commit-Queue: Ankush Singh <ankushkush@google.com> Reviewed-by: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/main@{#1393545}
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.