Skip to content

Commit

Permalink
Increase delta for jruby, sidekiq#1898
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Aug 13, 2014
1 parent 369934b commit c5d8a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_manager.rb
Expand Up @@ -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
Expand Down

0 comments on commit c5d8a89

Please sign in to comment.