usleep -> uv_sleep
This commit is contained in:
parent
982a620f1c
commit
d5b3ae0f58
@ -77,7 +77,7 @@ int run_task(task_entry_t *test, int timeout, int benchmark_output) {
|
||||
}
|
||||
|
||||
/* Wait a little bit to allow servers to start. Racy. */
|
||||
usleep(50);
|
||||
uv_sleep(50);
|
||||
|
||||
/* Start the main test process. */
|
||||
if (process_start(test->process_name, &processes[process_count]) == -1) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user