setTimeout()

in worker.js [65:68]


  setTimeout(function () {
    if (span) span.end()
    cb()
  }, Math.random() * 1000).unref()