Added sleeping in child pump
This commit is contained in:
parent
a4d1f1d63f
commit
8343eef646
1 changed files with 2 additions and 0 deletions
|
@ -263,6 +263,8 @@ static void CALLBACK handle_child_terminated(PVOID lpParameter,
|
|||
? WEXITSTATUS(status)
|
||||
: WTERMSIG(status);
|
||||
|
||||
Sleep(100);
|
||||
|
||||
criterion_protocol_msg msg = criterion_message(death,
|
||||
.result = result,
|
||||
.has_status = true,
|
||||
|
|
Loading…
Add table
Reference in a new issue