parent
6c8acb0ed1
commit
eb5e00fd1b
@ -165,8 +165,12 @@ int run_test(const char* test, int timeout, int benchmark_output) {
|
||||
sizeof errmsg,
|
||||
"exit code %d",
|
||||
status);
|
||||
goto out;
|
||||
}
|
||||
|
||||
/* Give the helpers time to clean up their act. */
|
||||
uv_sleep(1000);
|
||||
|
||||
out:
|
||||
/* Reap running processes except the main process, it's already dead. */
|
||||
for (i = 0; i < process_count - 1; i++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user