Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
test: extend deadline for test (which sometimes takes longer on GitHub)
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Oct 23, 2023
1 parent 7c4b2df commit 5366bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ def test_serializers(serializer, verbose, debug):
st.booleans(),
st.booleans(),
)
@settings(verbosity=Verbosity.verbose)
@settings(verbosity=Verbosity.verbose, deadline=300)
def test_valid_serializer_mix(
initial_serializer,
experimental_serializer,
Expand Down

0 comments on commit 5366bf2

Please sign in to comment.