Commit ddbe713e authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

winhttp: Increase sleep between two tests that connect to the same host.

parent f8f9c4cb
......@@ -152,7 +152,7 @@ static void test_connection_cache( void )
WinHttpCloseHandle( con );
WinHttpCloseHandle( ses );
Sleep(1500); /* make sure connection is evicted from cache */
Sleep(2000); /* make sure connection is evicted from cache */
info.index = 0;
......@@ -375,6 +375,6 @@ START_TEST (notification)
{
test_connection_cache();
test_redirect();
Sleep(1500); /* make sure previous connection is evicted from cache */
Sleep(2000); /* make sure previous connection is evicted from cache */
test_async();
}
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