Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1809)

Unified Diff: chrome/test/url_fetch_test/url_fetch_test.cc

Issue 3044007: Set url fetch test timeout back to old values. Increase UI test command timeo... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: cleanup Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/url_fetch_test/url_fetch_test.cc
===================================================================
--- chrome/test/url_fetch_test/url_fetch_test.cc (revision 52823)
+++ chrome/test/url_fetch_test/url_fetch_test.cc (working copy)
@@ -42,6 +42,10 @@
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()));
Paweł Hajdan Jr. 2010/07/19 18:29:10 Please do it via a command-line flag, not in the c
Lei Zhang 2010/07/19 18:49:01 Sure, it was 2 AM and I needed to plug the hole.
}
void RunTest(const GURL& url, const char* wait_cookie_name,
« no previous file with comments | « chrome/test/ui/ui_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698