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, |