Skip to content

Commit

Permalink
ci: 🎡 no need to increase to 30s
Browse files Browse the repository at this point in the history
  • Loading branch information
severo committed Mar 21, 2023
1 parent 0cc0dcd commit 2fb7451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_e2e_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
API_HF_JWT_ALGORITHM: "EdDSA"
API_HF_JWT_PUBLIC_KEY_URL: "https://hub-ci.huggingface.co/api/keys/jwt"
# ^ it's not tested in the e2e tests, but it's good to ensure we're able to fetch it at least.
API_HF_TIMEOUT_SECONDS: "30"
API_HF_TIMEOUT_SECONDS: "10"
# ^ allow hub-ci to be slow to answer
API_UVICORN_NUM_WORKERS: "2"
API_UVICORN_PORT: "8080"
Expand Down

0 comments on commit 2fb7451

Please sign in to comment.