| Index: chrome/browser/dom_ui/bookmarks_ui_uitest.cc
|
| diff --git a/chrome/browser/dom_ui/bookmarks_ui_uitest.cc b/chrome/browser/dom_ui/bookmarks_ui_uitest.cc
|
| index 304c9ac1bbd41c09b6880595d8420c72a50d347e..6b6ce8b2856374baa7b14b489e1c68861b2c2f3f 100644
|
| --- a/chrome/browser/dom_ui/bookmarks_ui_uitest.cc
|
| +++ b/chrome/browser/dom_ui/bookmarks_ui_uitest.cc
|
| @@ -1,9 +1,10 @@
|
| -// Copyright (c) 2010 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.
|
|
|
| #include "chrome/test/ui/ui_test.h"
|
|
|
| +#include "base/test/test_timeouts.h"
|
| #include "chrome/app/chrome_command_ids.h"
|
| #include "chrome/common/url_constants.h"
|
| #include "chrome/test/automation/browser_proxy.h"
|
| @@ -21,7 +22,7 @@ class BookmarksUITest : public UITest {
|
| L"domAutomationController.send("
|
| L" location.protocol == 'chrome-extension:' && "
|
| L" document.readyState == 'complete')",
|
| - test_timeout_ms());
|
| + TestTimeouts::huge_test_timeout_ms());
|
| }
|
|
|
| scoped_refptr<TabProxy> GetBookmarksUITab() {
|
|
|