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:
parent
77c57675ec
commit
2e1af86473
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue