Module: RSpecQ

Defined in:
lib/rspecq.rb,
lib/rspecq/queue.rb,
lib/rspecq/worker.rb,
lib/rspecq/version.rb,
lib/rspecq/reporter.rb,
lib/rspecq/formatters/failure_recorder.rb,
lib/rspecq/formatters/job_timing_recorder.rb,
lib/rspecq/formatters/example_count_recorder.rb,
lib/rspecq/formatters/worker_heartbeat_recorder.rb

Defined Under Namespace

Modules: Formatters Classes: Queue, Reporter, Worker

Constant Summary collapse

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.

60.0
VERSION =
"0.7.2".freeze