| Index: chrome/test/perf/indexeddb_uitest.cc
|
| diff --git a/chrome/test/perf/indexeddb_uitest.cc b/chrome/test/perf/indexeddb_uitest.cc
|
| index dee06183c6c8112155c25ab388f0dd49f8a37b7c..0014d17022ec19314666fd44ce630819c960aa9a 100644
|
| --- a/chrome/test/perf/indexeddb_uitest.cc
|
| +++ b/chrome/test/perf/indexeddb_uitest.cc
|
| @@ -58,7 +58,7 @@ class IndexedDBTest : 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 GetResults(TabProxy* tab, ResultsMap* results) {
|
|
|