Trying to avoid the random timeout.

This commit is contained in:
Nicolas Patry 2025-01-20 16:27:39 +01:00
parent 447a5b2f87
commit c9f9cd165b
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -214,4 +214,6 @@ jobs:
export HF_TOKEN=${{ secrets.HF_TOKEN }}
echo $DOCKER_IMAGE
docker pull $DOCKER_IMAGE
# Run once only the bloom tests to try and avoid the random timeout.
pytest -s -vv --release integration-tests/models/test_bloom_560m.py
pytest -s -vv integration-tests ${PYTEST_FLAGS} ${EXTRA_PYTEST}