Module: wine Branch: master Commit: fc33e982d79a9e791e0b22accf7fc72934076dd2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=fc33e982d79a9e791e0b22accf...
Author: Jacek Caban jacek@codeweavers.com Date: Fri Jun 30 18:04:22 2017 +0200
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
---
dlls/winhttp/tests/notification.c | 1 - 1 file changed, 1 deletion(-)
diff --git a/dlls/winhttp/tests/notification.c b/dlls/winhttp/tests/notification.c index 5d76d12..0f0f7b8 100644 --- a/dlls/winhttp/tests/notification.c +++ b/dlls/winhttp/tests/notification.c @@ -604,6 +604,5 @@ START_TEST (notification) { test_connection_cache(); test_redirect(); - Sleep(2000); /* make sure previous connection is evicted from cache */ test_async(); }