diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 20:38:41 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-10 20:38:41 +0000 |
commit | c36a87afc467a1fd2eb4bb2309051bc8e45e4393 (patch) | |
tree | 6c5a63be1787fdb88ad9f658f1ee3543929d6e28 /chrome/browser/sanity_uitest.cc | |
parent | 6ece06fd803d64f8fcc4edec55e090940b46e4c2 (diff) | |
download | chromium_src-c36a87afc467a1fd2eb4bb2309051bc8e45e4393.zip chromium_src-c36a87afc467a1fd2eb4bb2309051bc8e45e4393.tar.gz chromium_src-c36a87afc467a1fd2eb4bb2309051bc8e45e4393.tar.bz2 |
GTTF: Move UI test timeouts to a centralized place, chrome/test/test_timeouts.
Next patches will also centralize timeouts for our other test binaries
based on that file.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/3308020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59145 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/sanity_uitest.cc')
-rw-r--r-- | chrome/browser/sanity_uitest.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/sanity_uitest.cc b/chrome/browser/sanity_uitest.cc index 83f978a..0de52b7 100644 --- a/chrome/browser/sanity_uitest.cc +++ b/chrome/browser/sanity_uitest.cc @@ -54,11 +54,6 @@ class EarlyReturnTest : public UITest { public: EarlyReturnTest() { wait_for_initial_loads_ = false; - // We don't depend on these timeouts, they are set to the minimum so - // the automation server waits the minimun amount possible for the - // handshake that will never come. - set_command_execution_timeout_ms(1); - set_action_timeout_ms(1); launch_arguments_.AppendSwitchASCII(switches::kTryChromeAgain, "10001"); } }; |