summaryrefslogtreecommitdiffstats
path: root/chrome/test/automated_ui_tests/automated_ui_test_base.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/automated_ui_tests/automated_ui_test_base.cc')
-rw-r--r--chrome/test/automated_ui_tests/automated_ui_test_base.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/automated_ui_tests/automated_ui_test_base.cc b/chrome/test/automated_ui_tests/automated_ui_test_base.cc
index 946f3da..9665aa3 100644
--- a/chrome/test/automated_ui_tests/automated_ui_test_base.cc
+++ b/chrome/test/automated_ui_tests/automated_ui_test_base.cc
@@ -312,7 +312,7 @@ bool AutomatedUITestBase::Navigate(const GURL& url) {
}
bool did_timeout = false;
AutomationMsg_NavigationResponseValues result =
- tab->NavigateToURLWithTimeout(url, 1, command_execution_timeout_ms(),
+ tab->NavigateToURLWithTimeout(url, 1, action_max_timeout_ms(),
&did_timeout);
if (result != AUTOMATION_MSG_NAVIGATION_SUCCESS) {
LogErrorMessage("navigation_failed");