update timeout duration for retry
This commit is contained in:
parent
80b3856e86
commit
d4184d6d10
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user