| Index: chrome/test/webdriver/automation.cc
|
| diff --git a/chrome/test/webdriver/automation.cc b/chrome/test/webdriver/automation.cc
|
| index 1f4bcc7afa1a3d2a50f558ab7c96d75780bc8642..de44bebfca7bc951705f5b985a55134f54d94671 100644
|
| --- a/chrome/test/webdriver/automation.cc
|
| +++ b/chrome/test/webdriver/automation.cc
|
| @@ -19,6 +19,7 @@
|
| #include "base/string_number_conversions.h"
|
| #include "base/string_split.h"
|
| #include "base/stringprintf.h"
|
| +#include "base/synchronization/waitable_event.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "base/values.h"
|
| #include "chrome/common/automation_constants.h"
|
| @@ -178,6 +179,8 @@ void Automation::InitWithBrowserPath(const FilePath& browser_exe,
|
| "ChromeDriver is up-to-date. " + chrome_details);
|
| return;
|
| }
|
| +
|
| + launcher_->automation()->set_action_timeout_ms(base::kNoTimeout);
|
| VLOG(1) << "Chrome launched successfully. Version: "
|
| << automation()->server_version();
|
|
|
|
|