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

Unified Diff: chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc

Issue 6869016: Reland r81454 (sync non-frontend datatype controllers) with longer timeouts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase2 Created 9 years, 8 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
diff --git a/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc b/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
index 8fc2576c3812cd8e69fc0a00eef1a7b261f678f4..602e58219c15a696e2046050d1475357869fe24f 100644
--- a/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
+++ b/chrome/browser/sync/glue/non_frontend_data_type_controller_unittest.cc
@@ -188,7 +188,7 @@ class NonFrontendDataTypeControllerTest : public testing::Test {
NewRunnableFunction(&NonFrontendDataTypeControllerTest::SignalDone,
&done, &signaled_));
done.TimedWait(base::TimeDelta::FromMilliseconds(
- TestTimeouts::action_timeout_ms()));
+ TestTimeouts::action_max_timeout_ms()));
if (!signaled_) {
ADD_FAILURE() << "Timed out waiting for DB thread to finish.";
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698