| Index: chrome/test/automation/dom_automation_browsertest.cc
|
| diff --git a/chrome/test/automation/dom_automation_browsertest.cc b/chrome/test/automation/dom_automation_browsertest.cc
|
| index cb149e4c6693dc4a160e9140cd52a97869ca789d..2467f7a28f035ba32d4f584400307c2d88d3ef97 100644
|
| --- a/chrome/test/automation/dom_automation_browsertest.cc
|
| +++ b/chrome/test/automation/dom_automation_browsertest.cc
|
| @@ -55,7 +55,8 @@ void EnsureAttributeEventuallyMatches(
|
| class DOMAutomationTest : public InProcessBrowserTest {
|
| public:
|
| DOMAutomationTest() {
|
| - JavaScriptExecutionController::set_timeout(30000);
|
| + JavaScriptExecutionController::set_timeout(
|
| + base::TimeDelta::FromSeconds(30));
|
| }
|
|
|
| GURL GetTestURL(const char* path) {
|
|
|