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>
feature/deterministic
Francois Gouget 2020-03-12 00:34:43 +01:00 committed by Alexandre Julliard
parent 4dfd5f22f4
commit 496100b9a7
1 changed files with 0 additions and 1 deletions

View File

@ -4060,7 +4060,6 @@ START_TEST(process)
}
else if (!strcmp(myARGV[2], "exit"))
{
Sleep(100);
return;
}
else if (!strcmp(myARGV[2], "nested") && myARGC >= 4)