Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
rsokl committed Dec 7, 2021
1 parent f9eeced commit 0ef9ffe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_make_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def test_hydra_type_validation_works(input_type):
instantiate(Conf, x="hi")


@settings(max_examples=500)
@settings(max_examples=500, deadline=None)
@given(
default=st.none() | st.booleans()
# avoid issues with interpolated fields and missing values
Expand Down

0 comments on commit 0ef9ffe

Please sign in to comment.