Sha256: f3d93653a595089d030ed586a47b1909caa0cc374a3f43069764b14739505b5b
Contents?: true
Size: 294 Bytes
Versions: 6
Compression:
Stored size: 294 Bytes
Contents
require 'test_queue' require 'test_queue/runner/minitest' class SleepyTestRunner < TestQueue::Runner::MiniTest def after_fork(num) if ENV['SLEEP_AS_RELAY'] && relay? sleep 5 elsif ENV['SLEEP_AS_MASTER'] && !relay? sleep 5 end end end SleepyTestRunner.new.execute
Version data entries
6 entries across 6 versions & 2 rubygems