| Index: chrome/test/perf/dromaeo_benchmark_uitest.cc
|
| diff --git a/chrome/test/perf/dromaeo_benchmark_uitest.cc b/chrome/test/perf/dromaeo_benchmark_uitest.cc
|
| index 945344acf3c2aac4c1932a6b7399eb2d69657801..74b6222295c3d1a64f3d47e740e17619a677437f 100644
|
| --- a/chrome/test/perf/dromaeo_benchmark_uitest.cc
|
| +++ b/chrome/test/perf/dromaeo_benchmark_uitest.cc
|
| @@ -60,7 +60,7 @@ class DromaeoTest : public UIPerfTest {
|
|
|
| bool WaitUntilTestCompletes(TabProxy* tab, const GURL& test_url) {
|
| return WaitUntilCookieValue(tab, test_url, "__done",
|
| - TestTimeouts::large_test_timeout_ms(), "1");
|
| + TestTimeouts::large_test_timeout(), "1");
|
| }
|
|
|
| bool GetScore(TabProxy* tab, std::string* score) {
|
|
|