Commit 6ef2402c authored by Nicolas Le Cam's avatar Nicolas Le Cam Committed by Alexandre Julliard

wininet/tests: Temporize async HttpSendRequestEx test to avoid timeouts.

parent 16d3442a
...@@ -2493,6 +2493,7 @@ static void test_async_HttpSendRequestEx(void) ...@@ -2493,6 +2493,7 @@ static void test_async_HttpSendRequestEx(void)
InternetCloseHandle( ses ); InternetCloseHandle( ses );
WaitForSingleObject( info.wait, 10000 ); WaitForSingleObject( info.wait, 10000 );
Sleep(100);
CloseHandle( info.wait ); CloseHandle( info.wait );
} }
...@@ -2557,9 +2558,9 @@ START_TEST(http) ...@@ -2557,9 +2558,9 @@ START_TEST(http)
InternetOpenRequest_test(); InternetOpenRequest_test();
test_http_cache(); test_http_cache();
InternetOpenUrlA_test(); InternetOpenUrlA_test();
HttpSendRequestEx_test();
HttpHeaders_test(); HttpHeaders_test();
test_http_connection(); test_http_connection();
test_user_agent_header(); test_user_agent_header();
test_bogus_accept_types_array(); test_bogus_accept_types_array();
HttpSendRequestEx_test();
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment