update timeout duration for retry

This commit is contained in:
Lendemor 2024-08-23 18:29:10 +02:00
parent 80b3856e86
commit d4184d6d10

View File

@ -52,7 +52,7 @@ jobs:
SCREENSHOT_DIR: /tmp/screenshots SCREENSHOT_DIR: /tmp/screenshots
REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }} REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }}
with: with:
timeout_minutes: 10 timeout_minutes: 25
max_attempts: 2 max_attempts: 2
command: | command: |
poetry run playwright install --with-deps poetry run playwright install --with-deps