winhttp/tests: Fix test failures on Windows 8.

This commit is contained in:
Hans Leidekker 2012-12-19 12:01:27 +01:00 committed by Alexandre Julliard
parent 61db36556a
commit 4788c214e2
1 changed files with 2 additions and 0 deletions

View File

@ -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[] =