aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/os/job.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/os/job.c b/src/os/job.c
index 08e8164015..3a6af7ba92 100644
--- a/src/os/job.c
+++ b/src/os/job.c
@@ -103,8 +103,6 @@ void job_teardown()
// Still alive
while (is_alive(job) && remaining_tries--) {
- // Since this is the first time we're checking, wait 300ms so
- // every job has a chance to exit normally
os_delay(50, 0);
// Acknowledge child exits
uv_run(uv_default_loop(), UV_RUN_NOWAIT);