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

Unified Diff: chrome/android/host_driven_tests/SyncTest.py

Issue 183563004: sync: reland deferred init (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add dvlog Created 6 years, 9 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
« no previous file with comments | « no previous file | chrome/browser/sync/startup_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/host_driven_tests/SyncTest.py
diff --git a/chrome/android/host_driven_tests/SyncTest.py b/chrome/android/host_driven_tests/SyncTest.py
index 27d6db926c765c0266572dd13e971c2be2e84f3d..bc6297dd6fcd10a258b9826743697114e42a1ff1 100755
--- a/chrome/android/host_driven_tests/SyncTest.py
+++ b/chrome/android/host_driven_tests/SyncTest.py
@@ -27,7 +27,8 @@ class SyncTest(test_case.HostDrivenTestCase):
# These ought not to change in the middle of a test for obvious reasons.
self.additional_flags = [
'--sync-url=http://%s:%d/chromiumsync' %
- (self.test_server.host, self.test_server.port)]
+ (self.test_server.host, self.test_server.port),
+ '--sync-deferred-startup-timeout-seconds=0']
super(SyncTest, self).SetUp(device, shard_index, push_deps,
cleanup_test_files,
[self.test_server.port])
« no previous file with comments | « no previous file | chrome/browser/sync/startup_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698