Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5214)

Unified Diff: chrome/browser/sync/test/integration/sync_test.cc

Issue 2479313004: [sync] "TwoClientBookmarksSyncTest.Sanity" is flaky (Closed)
Patch Set: addressed comments Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/sync/test/integration/sync_test.cc
diff --git a/chrome/browser/sync/test/integration/sync_test.cc b/chrome/browser/sync/test/integration/sync_test.cc
index eb8f8506bdbbcda4a6acdc476b6c7fd47b98564d..0800d650c235317a0ff1c09cbc2eb4f784a56652 100644
--- a/chrome/browser/sync/test/integration/sync_test.cc
+++ b/chrome/browser/sync/test/integration/sync_test.cc
@@ -307,6 +307,9 @@ void SyncTest::AddTestSwitches(base::CommandLine* cl) {
if (!cl->HasSwitch(switches::kSyncShortInitialRetryOverride))
cl->AppendSwitch(switches::kSyncShortInitialRetryOverride);
+
+ if (!cl->HasSwitch(switches::kSyncShortNudgeDelayForTest))
+ cl->AppendSwitch(switches::kSyncShortNudgeDelayForTest);
}
void SyncTest::AddOptionalTypesToCommandLine(base::CommandLine* cl) {}

Powered by Google App Engine
This is Rietveld 408576698