Index: chrome/browser/sync/profile_sync_service_harness.cc |
diff --git a/chrome/browser/sync/profile_sync_service_harness.cc b/chrome/browser/sync/profile_sync_service_harness.cc |
index 14fba6e56da4623b58926fe735a3d544b1af3d1b..2dfb09256f0d63df1c11e4000f02ad454ff39500 100644 |
--- a/chrome/browser/sync/profile_sync_service_harness.cc |
+++ b/chrome/browser/sync/profile_sync_service_harness.cc |
@@ -24,7 +24,7 @@ |
static const int kMinTimestampNeededNone = -1; |
// The amount of time for which we wait for a live sync operation to complete. |
-static const int kLiveSyncOperationTimeoutMs = 30000; |
+static const int kLiveSyncOperationTimeoutMs = 45000; |
// Simple class to implement a timeout using PostDelayedTask. If it is not |
// aborted before picked up by a message queue, then it asserts with the message |