summaryrefslogtreecommitdiffstats
path: root/chrome/test/url_fetch_test
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-17 10:55:00 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-17 10:55:00 +0000
commit9c80aaae68badb9a62ef837d3cfa4d8e15722d53 (patch)
tree6d6cc897b4adf805d0e975c4d24973ed5cb98aa7 /chrome/test/url_fetch_test
parentf333344a8e19a38e774af8aa5ed12b83ad24c813 (diff)
downloadchromium_src-9c80aaae68badb9a62ef837d3cfa4d8e15722d53.zip
chromium_src-9c80aaae68badb9a62ef837d3cfa4d8e15722d53.tar.gz
chromium_src-9c80aaae68badb9a62ef837d3cfa4d8e15722d53.tar.bz2
Set url fetch test timeout back to old values. Increase UI test command timeout a bit to accommodate failng tests.
BUG=none TEST=Vista perf goes green; xp test dbg 2 goes green. TBR=phajdan.jr Review URL: http://codereview.chromium.org/3044007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/url_fetch_test')
-rw-r--r--chrome/test/url_fetch_test/url_fetch_test.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/url_fetch_test/url_fetch_test.cc b/chrome/test/url_fetch_test/url_fetch_test.cc
index e2e1f32..ec87c76 100644
--- a/chrome/test/url_fetch_test/url_fetch_test.cc
+++ b/chrome/test/url_fetch_test/url_fetch_test.cc
@@ -42,6 +42,10 @@ class UrlFetchTest : public UITest {
browser_directory_ = dir;
}
UITest::SetUp();
+
+ // We've shortened the default timeouts, but dom_perf on Vista needs longer
+ // timeouts. Setting timeouts to the previous values before r52666.
+ set_action_timeout_ms(std::max(60000, action_timeout_ms()));
}
void RunTest(const GURL& url, const char* wait_cookie_name,