module RSpecQ
Constants
- VERSION
- WORKER_LIVENESS_SEC
If a worker haven't executed an example for more than
WORKER_LIVENESS_SEC
seconds, it is considered dead and its reserved work will be put back to the queue to be picked up by another worker.
If a worker haven't executed an example for more than WORKER_LIVENESS_SEC
seconds, it is considered dead and its reserved work will be put back to the queue to be picked up by another worker.