Don't wait for 10 minutes for test server to come up

This commit is contained in:
Aarni Koskela 2023-12-30 19:44:38 +02:00
parent 1465dab715
commit 48a2a1a437

View File

@ -57,7 +57,7 @@ jobs:
2>&1 | tee output.txt &
- name: Run tests
run: |
wait-for-it --service 127.0.0.1:7860 -t 600
wait-for-it --service 127.0.0.1:7860 -t 20
python -m pytest -vv --junitxml=test/results.xml --cov . --cov-report=xml --verify-base-url test
- name: Kill test server
if: always()