Francois Gouget : kernel32/tests: Remove a 100 ms sleep in 'process exit' children.

Alexandre Julliard julliard at winehq.org
Thu Mar 12 17:09:05 CDT 2020


Module: wine
Branch: master
Commit: 496100b9a734268599d3989de81174ac6feac8c5
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=496100b9a734268599d3989de81174ac6feac8c5

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Thu Mar 12 00:34:43 2020 +0100

kernel32/tests: Remove a 100 ms sleep in 'process exit' children.

Such a short pause cannot serve any purpose and this shaves off 1 to 2
seconds of run time.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/kernel32/tests/process.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dlls/kernel32/tests/process.c b/dlls/kernel32/tests/process.c
index 1d426dd017..c5ff473d30 100644
--- a/dlls/kernel32/tests/process.c
+++ b/dlls/kernel32/tests/process.c
@@ -4060,7 +4060,6 @@ START_TEST(process)
         }
         else if (!strcmp(myARGV[2], "exit"))
         {
-            Sleep(100);
             return;
         }
         else if (!strcmp(myARGV[2], "nested") && myARGC >= 4)




More information about the wine-cvs mailing list