diff options
author | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-13 19:22:21 +0000 |
---|---|---|
committer | beng@google.com <beng@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-13 19:22:21 +0000 |
commit | d69e5474a8481a47d169fb8a6b8898150763502c (patch) | |
tree | c8eefb69e2707f8a6c620a8488bcfb6cbda071bf /chrome/test | |
parent | 1d829b94ae45ee49b9f53f8bbd01eb6259eaf6b2 (diff) | |
download | chromium_src-d69e5474a8481a47d169fb8a6b8898150763502c.zip chromium_src-d69e5474a8481a47d169fb8a6b8898150763502c.tar.gz chromium_src-d69e5474a8481a47d169fb8a6b8898150763502c.tar.bz2 |
revert these changes to see if this helps the UI tests.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5353 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/ui/ui_test.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/test/ui/ui_test.h b/chrome/test/ui/ui_test.h index 0cbabad..66a103c 100644 --- a/chrome/test/ui/ui_test.h +++ b/chrome/test/ui/ui_test.h @@ -33,10 +33,10 @@ class TabProxy; class UITest : public testing::Test { protected: // Delay to let browser complete a requested action. - static const int kWaitForActionMsec = 1000; - static const int kWaitForActionMaxMsec = 1000; + static const int kWaitForActionMsec = 2000; + static const int kWaitForActionMaxMsec = 10000; // Delay to let the browser complete the test. - static const int kMaxTestExecutionTime = 3000; + static const int kMaxTestExecutionTime = 30000; // Tries to delete the specified file/directory returning true on success. // This differs from file_util::Delete in that it repeatedly invokes Delete |