We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e30b1fb commit 33fd334Copy full SHA for 33fd334
1 file changed
spec/concurrent/supervisor_spec.rb
@@ -440,6 +440,7 @@ def mock_thread(status = 'run')
440
busy_supervisor.count.stopped.should eq total_count
441
busy_supervisor.run!
442
stoppers.each{|stopper| stopper.latch.wait(1) }
443
+ sleep(0.1)
444
445
busy_supervisor.count.stopped.should eq stopped_count
446
end
0 commit comments