| Index: chrome/test/perf/sunspider_uitest.cc
|
| diff --git a/chrome/test/perf/sunspider_uitest.cc b/chrome/test/perf/sunspider_uitest.cc
|
| index 8a0961e2009a6ff9c865cbc918a7f0c48c2feb27..84b9268bad354b2c07c375e0267c7e15719c1d96 100644
|
| --- a/chrome/test/perf/sunspider_uitest.cc
|
| +++ b/chrome/test/perf/sunspider_uitest.cc
|
| @@ -62,7 +62,7 @@ class SunSpiderTest : 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 GetTotal(TabProxy* tab, std::string* total) {
|
|
|