Skip to content

Commit

Permalink
test: allow workflow serializer tests involving yaml to be much slower
Browse files Browse the repository at this point in the history
  • Loading branch information
hollandjg committed Nov 30, 2023
1 parent 403aeb8 commit 690297b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def test_e2e_nominal(workflow_library_module):
st.booleans(),
st.booleans(),
)
@settings(verbosity=Verbosity.verbose, deadline=500)
@settings(verbosity=Verbosity.verbose, deadline=1000)
def test_e2e_serializers(workflow_library_module, serializer, verbose, debug):
"""Test a basic standard chain of CLI calls using a single serializer."""

Expand Down Expand Up @@ -120,7 +120,7 @@ def test_e2e_serializers(workflow_library_module, serializer, verbose, debug):
st.booleans(),
st.booleans(),
)
@settings(verbosity=Verbosity.verbose, deadline=500)
@settings(verbosity=Verbosity.verbose, deadline=1000)
def test_e2e_valid_serializer_mix(
workflow_library_module,
initial_serializer,
Expand Down

0 comments on commit 690297b

Please sign in to comment.