Skip to content

Commit 20ffe74

Browse files
HanSur94claude
andcommitted
fix(ci): install pytest-timeout for integration test job
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 77684ca commit 20ffe74

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,8 @@ jobs:
108108
- uses: actions/setup-python@v5
109109
with:
110110
python-version: "3.12"
111-
- run: pip install -e ".[dev,monitoring]"
112-
- run: pytest tests/test_mcp_integration.py -v -m integration --timeout=30
111+
- run: pip install -e ".[dev,monitoring]" pytest-timeout
112+
- run: pytest tests/test_mcp_integration.py -v -m integration --timeout=60
113113

114114
docker:
115115
needs: lint

0 commit comments

Comments
 (0)