Commit fc33e982 authored by Jacek Caban's avatar Jacek Caban Committed by Alexandre Julliard

winhttp/tests: Get rid of unneeded Sleep() call.

parent 9ba36da7
......@@ -604,6 +604,5 @@ START_TEST (notification)
{
test_connection_cache();
test_redirect();
Sleep(2000); /* make sure previous connection is evicted from cache */
test_async();
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment