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 61aa0ae0ebb2cff0205bdca48db421cec1766f01..b7fa3968199b988e83aef39ff587d3f74c0093e0 100644 |
--- a/chrome/browser/sync/test/integration/sync_test.cc |
+++ b/chrome/browser/sync/test/integration/sync_test.cc |
@@ -55,6 +55,7 @@ |
#include "net/url_request/url_request_status.h" |
#include "sync/notifier/p2p_notifier.h" |
#include "sync/protocol/sync.pb.h" |
+#include "sync/engine/sync_scheduler_impl.h" |
using content::BrowserThread; |
@@ -169,6 +170,9 @@ void SyncTest::SetUp() { |
Encryptor::UseMockKeychain(true); |
#endif |
+ // TODO(tim): Use command line flag. |
+ syncer::SyncSchedulerImpl::ForceImmediateInitialBackoffRetry(); |
+ |
// Yield control back to the InProcessBrowserTest framework. |
InProcessBrowserTest::SetUp(); |
} |