mirror of
https://github.com/reactos/wine.git
synced 2025-02-03 18:53:17 +00:00
winhttp: Increase sleep between two tests that connect to the same host.
This commit is contained in:
parent
f8f9c4cb9c
commit
ddbe713e6b
@ -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();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user