summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui/dromaeo_benchmark_uitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/ui/dromaeo_benchmark_uitest.cc')
-rw-r--r--chrome/test/ui/dromaeo_benchmark_uitest.cc5
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/test/ui/dromaeo_benchmark_uitest.cc b/chrome/test/ui/dromaeo_benchmark_uitest.cc
index 67864c3..684f695 100644
--- a/chrome/test/ui/dromaeo_benchmark_uitest.cc
+++ b/chrome/test/ui/dromaeo_benchmark_uitest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2009 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -7,6 +7,7 @@
#include "base/file_util.h"
#include "base/path_service.h"
#include "base/string_util.h"
+#include "base/test/test_timeouts.h"
#include "base/utf_string_conversions.h"
#include "base/values.h"
#include "chrome/common/chrome_paths.h"
@@ -60,7 +61,7 @@ class DromaeoTest : public UIPerfTest {
bool WaitUntilTestCompletes(TabProxy* tab, const GURL& test_url) {
return WaitUntilCookieValue(tab, test_url, "__done",
- UITest::test_timeout_ms(), "1");
+ TestTimeouts::huge_test_timeout_ms(), "1");
}
bool GetScore(TabProxy* tab, std::string* score) {