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

Unified Diff: chrome/browser/sync/test/integration/performance/sync_timing_helper.cc

Issue 7861013: Fix the false-positive detection of commit errors (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Another attempt at detecting errors Created 9 years, 2 months 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/performance/sync_timing_helper.cc
diff --git a/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc b/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
index a0434c066c33ce1e2620baa61ac5ddfa5218d45a..4ebc56d2e06d9b1658a608763e7c6bc97382bc93 100644
--- a/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
+++ b/chrome/browser/sync/test/integration/performance/sync_timing_helper.cc
@@ -17,7 +17,7 @@ SyncTimingHelper::~SyncTimingHelper() {}
base::TimeDelta SyncTimingHelper::TimeSyncCycle(
ProfileSyncServiceHarness* client) {
base::Time start = base::Time::Now();
- EXPECT_TRUE(client->AwaitSyncCycleCompletion("Timing sync cycle."));
+ EXPECT_TRUE(client->AwaitFullSyncCompletion("Timing sync cycle."));
return base::Time::Now() - start;
}

Powered by Google App Engine
This is Rietveld 408576698