Skip to content

Commit

Permalink
increase test delta
Browse files Browse the repository at this point in the history
  • Loading branch information
ebonnal committed Sep 30, 2024
1 parent 597a842 commit dcb20ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_stream.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def test_mapping_ordering(
duration,
expected_duration,
msg=f"{'ordered' if ordered else 'unordered'} `{operation}` should reflect that unordering improves runtime by avoiding bottlenecks",
delta=0.04,
delta=0.08,
)

@parameterized.expand(
Expand Down

0 comments on commit dcb20ea

Please sign in to comment.