Skip to content

Commit

Permalink
loosen test
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsvnclone committed Feb 3, 2010
1 parent 88657f5 commit c0346e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stack_test.rb
Expand Up @@ -67,7 +67,7 @@ def test_call_sequence
method = methods[1]
assert_equal('StackClass#a', method.full_name)
assert_equal(1, method.called)
assert_in_delta(8, method.total_time, 0.05)
assert_in_delta(8, method.total_time, 0.15)
assert_in_delta(0, method.wait_time, 0.01)
assert_in_delta(0, method.self_time, 0.01)
assert_in_delta(8, method.children_time, 0.05)
Expand Down

0 comments on commit c0346e0

Please sign in to comment.