retry even more

This commit is contained in:
Khaleel Al-Adhami 2025-01-21 19:34:52 -08:00
parent 5fd536a418
commit d33489fa11

View File

@ -54,7 +54,7 @@ jobs:
REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
run: |
poetry run playwright install chromium
poetry run pytest tests/integration --retries 2 --maxfail=5 --splits 2 --group ${{matrix.split_index}}
poetry run pytest tests/integration --retries 3 --maxfail=5 --splits 2 --group ${{matrix.split_index}}
- uses: actions/upload-artifact@v4
name: Upload failed test screenshots
if: always()