| Index: chrome/test/perf/dom_checker_uitest.cc
|
| diff --git a/chrome/test/perf/dom_checker_uitest.cc b/chrome/test/perf/dom_checker_uitest.cc
|
| index 20725c938ad17dd4750d65c3496c0f4f91ca8169..b145b519c97e7b8cda3a0df83344c9c79c420cf2 100644
|
| --- a/chrome/test/perf/dom_checker_uitest.cc
|
| +++ b/chrome/test/perf/dom_checker_uitest.cc
|
| @@ -145,7 +145,7 @@ class DomCheckerTest : public UITest {
|
| bool WaitUntilTestCompletes(TabProxy* tab) {
|
| return WaitUntilJavaScriptCondition(tab, L"",
|
| L"window.domAutomationController.send(automation.IsDone());",
|
| - TestTimeouts::large_test_timeout_ms());
|
| + TestTimeouts::large_test_timeout());
|
| }
|
|
|
| bool GetTestCount(TabProxy* tab, int* test_count) {
|
|
|