Skip to content
Snippets Groups Projects
Commit 4788c214 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard
Browse files

winhttp/tests: Fix test failures on Windows 8.

parent 61db3655
No related branches found
No related tags found
No related merge requests found
......@@ -292,6 +292,8 @@ static void test_connection_cache( void )
WinHttpCloseHandle( req );
WinHttpCloseHandle( con );
WinHttpCloseHandle( ses );
Sleep(2000); /* make sure connection is evicted from cache */
}
static const struct notification redirect_test[] =
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment