mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
sleep to let thread die
This commit is contained in:
parent
70bd688059
commit
26ac0e90e0
1 changed files with 1 additions and 0 deletions
|
@ -128,6 +128,7 @@ class TestActors < Sidekiq::Test
|
|||
b = $count
|
||||
assert_equal a, b
|
||||
|
||||
sleep 0.001
|
||||
assert_equal false, p.thread.status
|
||||
p.terminate(true)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue