File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
catalyst-gateway/tests/schemathesis_tests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 9191 run : |
9292 export HYPOTHESIS_MAX_EXAMPLES=5000
9393 export MAX_RESPONSE_TIME=25000
94+ export HYPOTHESIS_DEADLINE=25000
9495 docker compose -f catalyst-gateway/tests/docker-compose.yml up schemathesis-runner --exit-code-from schemathesis-runner
9596
9697 - name : Spin up catalyst-gateway with haproxy
Original file line number Diff line number Diff line change @@ -10,11 +10,12 @@ st run --checks=all ${API_SPEC} \
1010 --wait-for-schema=${WAIT_FOR_SCHEMA} \
1111 --max-response-time=${MAX_RESPONSE_TIME} \
1212 --hypothesis-max-examples=${HYPOTHESIS_MAX_EXAMPLES} \
13+ --hypothesis-deadline=${HYPOTHESIS_DEADLINE:- 15000} \
1314 --data-generation-method=all \
1415 --exclude-deprecated \
1516 --force-schema-version=30 \
1617 --show-trace \
1718 --force-color \
1819 --junit-xml=/results/junit-report.xml \
1920 --cassette-path=/results/cassette.yaml \
20- ${SEED:- }
21+ ${SEED:- }
You can’t perform that action at this time.
0 commit comments