| Index: chrome/test/functional/test_utils.py
|
| ===================================================================
|
| --- chrome/test/functional/test_utils.py (revision 79951)
|
| +++ chrome/test/functional/test_utils.py (working copy)
|
| @@ -1,6 +1,6 @@
|
| #!/usr/bin/python
|
|
|
| -# 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.
|
|
|
| @@ -224,7 +224,7 @@
|
|
|
| This method resets the timeout before returning.
|
| """
|
| - timeout_changer = pyauto.PyUITest.CmdExecutionTimeoutChanger(
|
| + timeout_changer = pyauto.PyUITest.ActionTimeoutChanger(
|
| self, new_timeout)
|
| logging.info('Automation execution timeout has been changed to %d. '
|
| 'If the timeout is large the test might appear to hang.'
|
|
|