Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Mr-Leshiy committed May 2, 2024
1 parent 4b84b81 commit 649e675
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalyst-gateway/tests/Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package-schemathesis:
FROM python:3.12-alpine3.19

ARG tag="latest"
# https://github.com/input-output-hk/catalyst-voices/issues/465
ARG max_examples=1000
ARG max_response_time=1000
ARG wait_for_schema=15
Expand Down Expand Up @@ -66,7 +67,6 @@ test-fuzzer-api:

# test-lint-openapi - OpenAPI linting from an artifact
# testing whether the OpenAPI generated during build stage follows good practice.
# enable this linting after this issue will be solved
test-lint-openapi:
FROM github.com/input-output-hk/catalyst-ci/earthly/spectral:v2.4.0+spectral-base
# Copy the doc artifact.
Expand Down

0 comments on commit 649e675

Please sign in to comment.