1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

REALLY fix build

This commit is contained in:
Mike Perham 2014-05-13 14:13:31 -07:00
parent 77c57675ec
commit 2e1af86473

View file

@ -138,7 +138,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, 1
assert_in_delta 60000, expires, 5
end
end
end