Run integration tests with a longer timeout (#1734)

This commit is contained in:
Jeremiah Lowin 2025-09-03 10:39:57 -04:00 committed by GitHub
commit a3940985c7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -73,7 +73,8 @@ jobs:
run: uv sync --frozen
- name: Run integration tests
run: uv run pytest -v tests -m "integration"
# use longer per-test timeout than the default 3s
run: uv run pytest -v tests -m "integration" --timeout=15
env:
FASTMCP_GITHUB_TOKEN: ${{ secrets.FASTMCP_GITHUB_TOKEN }}
FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID: ${{ secrets.FASTMCP_TEST_AUTH_GITHUB_CLIENT_ID }}