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

View File

@ -292,6 +292,8 @@ static void test_connection_cache( void )
WinHttpCloseHandle( req ); WinHttpCloseHandle( req );
WinHttpCloseHandle( con ); WinHttpCloseHandle( con );
WinHttpCloseHandle( ses ); WinHttpCloseHandle( ses );
Sleep(2000); /* make sure connection is evicted from cache */
} }
static const struct notification redirect_test[] = static const struct notification redirect_test[] =