diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 21:47:26 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-26 21:47:26 +0000 |
commit | 4b9b80ddcf8dd334888f790753ab003c351e974d (patch) | |
tree | 8e971aeeb0f15ce414c94ef75ac66f8d8d02a6e4 | |
parent | 77aeb58b6793591d7822511bace92461431b6772 (diff) | |
download | chromium_src-4b9b80ddcf8dd334888f790753ab003c351e974d.zip chromium_src-4b9b80ddcf8dd334888f790753ab003c351e974d.tar.gz chromium_src-4b9b80ddcf8dd334888f790753ab003c351e974d.tar.bz2 |
Increase timeout for worker UI tests.
Review URL: http://codereview.chromium.org/113862
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16926 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/worker/worker_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc index 6297cb3..205b957 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -9,7 +9,7 @@ const char kTestCompleteCookie[] = "status"; const char kTestCompleteSuccess[] = "OK"; const int kTestIntervalMs = 250; -const int kTestWaitTimeoutMs = 10 * 1000; +const int kTestWaitTimeoutMs = 30 * 1000; class WorkerTest : public UITest { protected: |