| Index: chrome/test/perf/frame_rate/frame_rate_tests.cc
|
| diff --git a/chrome/test/perf/frame_rate/frame_rate_tests.cc b/chrome/test/perf/frame_rate/frame_rate_tests.cc
|
| index 8392a2d7aa49f1a84ec29ddca3e75d93046a6f9a..865bc927f8620869fd54783de943270a74b6d7dd 100644
|
| --- a/chrome/test/perf/frame_rate/frame_rate_tests.cc
|
| +++ b/chrome/test/perf/frame_rate/frame_rate_tests.cc
|
| @@ -191,7 +191,7 @@ class FrameRateTest
|
| // that flag kHasRedirect is enabled for the current test.
|
| ASSERT_TRUE(WaitUntilJavaScriptCondition(
|
| tab, L"", L"window.domAutomationController.send(__initialized);",
|
| - TestTimeouts::large_test_timeout_ms()));
|
| + TestTimeouts::large_test_timeout()));
|
|
|
| if (HasFlag(kForceGpuComposited)) {
|
| ASSERT_TRUE(tab->NavigateToURLAsync(
|
| @@ -204,7 +204,7 @@ class FrameRateTest
|
| // Block until the tests completes.
|
| ASSERT_TRUE(WaitUntilJavaScriptCondition(
|
| tab, L"", L"window.domAutomationController.send(!__running_all);",
|
| - TestTimeouts::large_test_timeout_ms()));
|
| + TestTimeouts::large_test_timeout()));
|
|
|
| // TODO(jbates): remove this check when ref builds are updated.
|
| if (!HasFlag(kUseReferenceBuild)) {
|
|
|