Chromium Code Reviews

Unified Diff: chrome_frame/test/test_mock_with_web_server.cc

Issue 2827036: Attempt to fix the ChromeFrame tests which rely on sending input to the IE ad... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/test/test_mock_with_web_server.cc
===================================================================
--- chrome_frame/test/test_mock_with_web_server.cc (revision 51059)
+++ chrome_frame/test/test_mock_with_web_server.cc (working copy)
@@ -223,7 +223,7 @@
simulate_input::SendCharA, 'd', simulate_input::ALT),
delay);
- const unsigned int kInterval = 100;
+ const unsigned int kInterval = 500;
int next_delay = delay + kInterval;
loop->PostDelayedTask(FROM_HERE, NewRunnableFunction(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine