Skip to content

Commit

Permalink
Revert "bump deadline for test_binop_nested"
Browse files Browse the repository at this point in the history
This reverts commit eec8b08.
  • Loading branch information
charles-cooper committed Jun 22, 2022
1 parent eec8b08 commit 7684793
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/ast/nodes/test_evaluate_binop_int.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,7 @@ def foo(a: uint256, b: uint256) -> uint256:


@pytest.mark.fuzzing
# can be slow
@settings(max_examples=50, deadline=2000)
@settings(max_examples=50, deadline=1000)
@given(
values=st.lists(st.integers(min_value=-256, max_value=256), min_size=2, max_size=10),
ops=st.lists(st.sampled_from("+-*/%"), min_size=11, max_size=11),
Expand Down

0 comments on commit 7684793

Please sign in to comment.