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(); |