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

Unified Diff: chrome/test/ui/ui_test.cc

Issue 3044007: Set url fetch test timeout back to old values. Increase UI test command timeo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: cleanup Created 10 years, 5 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
Index: chrome/test/ui/ui_test.cc
===================================================================
--- chrome/test/ui/ui_test.cc (revision 52823)
+++ chrome/test/ui/ui_test.cc (working copy)
@@ -55,7 +55,7 @@
static const int kWaitForActionMsec = 2000;
static const int kWaitForActionMaxMsec = 15000;
// Command execution timeout passed to AutomationProxy.
-static const int kCommandExecutionTimeout = 15000;
+static const int kCommandExecutionTimeout = 25000;
// Delay to let the browser shut down before trying more brutal methods.
static const int kWaitForTerminateMsec = 15000;
// Passed as value of kTestType.

Powered by Google App Engine
This is Rietveld 408576698