| Index: chrome/test/perf/v8_benchmark_uitest.cc
|
| diff --git a/chrome/test/perf/v8_benchmark_uitest.cc b/chrome/test/perf/v8_benchmark_uitest.cc
|
| index 3fb5737531a0541d72e82e9f0e04b55887edb878..969b61fa9600423791ff54e0af254e57cd060df4 100644
|
| --- a/chrome/test/perf/v8_benchmark_uitest.cc
|
| +++ b/chrome/test/perf/v8_benchmark_uitest.cc
|
| @@ -63,7 +63,7 @@ class V8BenchmarkTest : 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) {
|
|
|