Commit 496100b9 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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: 's avatarFrancois Gouget <fgouget@codeweavers.com> Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
parent 4dfd5f22
......@@ -4060,7 +4060,6 @@ START_TEST(process)
}
else if (!strcmp(myARGV[2], "exit"))
{
Sleep(100);
return;
}
else if (!strcmp(myARGV[2], "nested") && myARGC >= 4)
......
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