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 58755b20dfcc879eb8f2f1cb4ed09c46a35db412..d3b5225633c80fa35fb972a84db8beebcfc5efce 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::huge_test_timeout_ms(), "1"); |
+ TestTimeouts::large_test_timeout_ms(), "1"); |
} |
bool GetScore(TabProxy* tab, std::string* score) { |