Skip to content
This repository has been archived by the owner on Oct 1, 2019. It is now read-only.

Commit

Permalink
increase the delta to avoid random test failures
Browse files Browse the repository at this point in the history
  • Loading branch information
jaggederest committed May 4, 2011
1 parent b64ec44 commit 51dcb83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/new_relic/agent/busy_calculator_test.rb
Expand Up @@ -68,7 +68,7 @@ def test_concurrency

assert_equal 1, @instance_busy.call_count
# 3 + 6 = 9, or 90%
assert_in_delta 0.90, @instance_busy.total_call_time, 0.025
assert_in_delta 0.90, @instance_busy.total_call_time, 0.1

end
def test_dont_ignore_zero_counts
Expand Down

0 comments on commit 51dcb83

Please sign in to comment.