Skip to content

Commit

Permalink
increase schemathesis max response time (#553)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy authored Jun 19, 2024
1 parent 992ef21 commit a7d5adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/tests/schemathesis_tests/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ package-schemathesis:
&& st run --checks all $openapi_spec \
--workers=2 \
--wait-for-schema=15 \
--max-response-time=3000 \
--max-response-time=5000 \
--hypothesis-max-examples=1000 \
--data-generation-method=all \
--skip-deprecated-operations \
Expand Down

0 comments on commit a7d5adf

Please sign in to comment.