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:
Jacek Caban 2017-06-30 18:04:22 +02:00 committed by Alexandre Julliard
parent 9ba36da711
commit fc33e982d7

View file

@ -604,6 +604,5 @@ START_TEST (notification)
{
test_connection_cache();
test_redirect();
Sleep(2000); /* make sure previous connection is evicted from cache */
test_async();
}