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

Unified Diff: net/test/test_server_win.cc

Issue 8872050: Increate test server start timeout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/test/test_server_win.cc
diff --git a/net/test/test_server_win.cc b/net/test/test_server_win.cc
index 889180f1e4438e799d4a3d51a9066cbb2f0ce92e..07bcee5cb60c31cb846267f1f407ab3e8f865717 100644
--- a/net/test/test_server_win.cc
+++ b/net/test/test_server_win.cc
@@ -53,7 +53,7 @@ bool ReadData(HANDLE read_fd, HANDLE write_fd,
bool unblocked = false;
thread.message_loop()->PostDelayedTask(
FROM_HERE, base::Bind(UnblockPipe, write_fd, bytes_max, &unblocked),
- TestTimeouts::action_timeout_ms());
+ TestTimeouts::action_max_timeout_ms());
DWORD bytes_read = 0;
while (bytes_read < bytes_max) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698