Skip to content

Commit

Permalink
Use only 50 requests to speed up testing
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Mar 22, 2023
1 parent 7402e9b commit 3f25671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_openapi.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def test_api(case, app):

@pytest.mark.slow
@schema.parametrize(endpoint="/v1/projects/{project_id}")
@settings(max_examples=100)
@settings(max_examples=50)
def test_api_target_dummy_fi(case, app):
case.path_parameters = {"project_id": "dummy-fi"}
response = case.call_wsgi(app)
Expand Down

0 comments on commit 3f25671

Please sign in to comment.