Skip to content

Commit 4a69be4

Browse files
committed
CI: Add timeout back
1 parent 04d7f2d commit 4a69be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci_cd.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ jobs:
583583
with:
584584
max_attempts: 2
585585
retry_on: error
586+
timeout_minutes: 120
586587
command: |
587588
.venv\Scripts\Activate.ps1
588589
pytest ${{ env.PYTEST_ARGUMENTS }} --timeout=600 -m visualization -x

0 commit comments

Comments
 (0)