mirror of
https://github.com/reactos/wine.git
synced 2025-02-18 11:58:22 +00:00
winhttp/tests: Get rid of unneeded Sleep() call.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
9ba36da711
commit
fc33e982d7
@ -604,6 +604,5 @@ START_TEST (notification)
|
||||
{
|
||||
test_connection_cache();
|
||||
test_redirect();
|
||||
Sleep(2000); /* make sure previous connection is evicted from cache */
|
||||
test_async();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user