1
0
Fork 0
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:
Mike Perham 2014-08-13 08:51:26 -07:00
parent 369934b991
commit c5d8a89054

View file

@ -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