mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Increase delta for jruby, #1898
This commit is contained in:
parent
369934b991
commit
c5d8a89054
1 changed files with 1 additions and 1 deletions
|
@ -139,7 +139,7 @@ class TestManager < Sidekiq::Test
|
|||
info = Sidekiq.redis { |c| c.hmget('identity', 'busy') }
|
||||
assert_equal ["0"], info
|
||||
expires = Sidekiq.redis { |c| c.pttl('identity') }
|
||||
assert_in_delta 60000, expires, 5
|
||||
assert_in_delta 60000, expires, 50
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue