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@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
4dfd5f22f4
commit
496100b9a7
|
@ -4060,7 +4060,6 @@ START_TEST(process)
|
|||
}
|
||||
else if (!strcmp(myARGV[2], "exit"))
|
||||
{
|
||||
Sleep(100);
|
||||
return;
|
||||
}
|
||||
else if (!strcmp(myARGV[2], "nested") && myARGC >= 4)
|
||||
|
|
Loading…
Reference in New Issue