Skip to content

Commit

Permalink
test_inactivity_timeout.rb - darwin delta fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MSP-Greg committed Mar 10, 2020
1 parent 55d82da commit fb1ed5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_inactivity_timeout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_for_real
}
}
# Travis can vary from 0.02 to 0.17, Appveyor maybe as low as 0.01
assert_in_delta(0.09, (finish - start), 0.08)
assert_in_delta 0.09, (finish - start), (darwin? ? 0.10 : 0.08)

# simplified reproducer for comm_inactivity_timeout taking twice as long
# as requested -- https://github.com/eventmachine/eventmachine/issues/554
Expand Down

0 comments on commit fb1ed5b

Please sign in to comment.