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

Unified Diff: chrome/test/webdriver/automation.cc

Issue 6995060: Change timeout for all ChromeDriver automation calls to infinite (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simpler way to set timeout for all ChromeDriver automation calls to infinite. Created 9 years, 6 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
« chrome/test/webdriver/automation.h ('K') | « chrome/test/webdriver/automation.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/webdriver/automation.cc
diff --git a/chrome/test/webdriver/automation.cc b/chrome/test/webdriver/automation.cc
index 1f4bcc7afa1a3d2a50f558ab7c96d75780bc8642..b2f07f2da3661a23b4982314a8182504de50b805 100644
--- a/chrome/test/webdriver/automation.cc
+++ b/chrome/test/webdriver/automation.cc
@@ -178,6 +178,8 @@ void Automation::InitWithBrowserPath(const FilePath& browser_exe,
"ChromeDriver is up-to-date. " + chrome_details);
return;
}
+ // set action_timeout_ms to infinite
kkania 2011/06/08 00:54:53 remove
Huyen 2011/06/08 00:59:34 Done.
+ launcher_->automation()->set_action_timeout_ms(base::kNoTimeout);
VLOG(1) << "Chrome launched successfully. Version: "
<< automation()->server_version();
« chrome/test/webdriver/automation.h ('K') | « chrome/test/webdriver/automation.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698