Index: chrome/test/live_sync/live_sync_test.cc |
diff --git a/chrome/test/live_sync/live_sync_test.cc b/chrome/test/live_sync/live_sync_test.cc |
index b3c319bf978a6f3253a771c96d57f8e8460ec975..cd87d2114a89f8cd958097d1948414147cdbf0df 100644 |
--- a/chrome/test/live_sync/live_sync_test.cc |
+++ b/chrome/test/live_sync/live_sync_test.cc |
@@ -441,7 +441,7 @@ bool LiveSyncTest::SetUpLocalTestServer() { |
if (!base::LaunchProcess(server_cmdline, options, &test_server_handle_)) |
LOG(ERROR) << "Could not launch local test server."; |
- const int kMaxWaitTime = TestTimeouts::live_operation_timeout_ms(); |
+ const int kMaxWaitTime = TestTimeouts::action_max_timeout_ms(); |
const int kNumIntervals = 15; |
if (WaitForTestServerToStart(kMaxWaitTime, kNumIntervals)) { |
VLOG(1) << "Started local test server at " |