| 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 ae8901938638db86ada3e15b0f664637850aad8a..cebc128f4de02f5558a85f45915aba168273df6f 100644
|
| --- a/chrome/test/perf/frame_rate/frame_rate_tests.cc
|
| +++ b/chrome/test/perf/frame_rate/frame_rate_tests.cc
|
| @@ -194,7 +194,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(
|
| @@ -207,7 +207,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)) {
|
|
|