Skip to content

Commit ba3b1d9

Browse files
committed
ci: add timeout-minutes: 5 to install-deps step
Ensures apt-get step can't hang silently — the job-level 20min cap remains as the overall ceiling. Refs #144
1 parent a3698ca commit ba3b1d9

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Install Playwright system dependencies
2727
run: DEBIAN_FRONTEND=noninteractive npx playwright install-deps chromium
2828
working-directory: app/packages/web
29+
timeout-minutes: 5
2930

3031
- run: npm run app:test:e2e
3132

.github/workflows/integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
- name: Install Playwright system dependencies
2727
run: DEBIAN_FRONTEND=noninteractive npx playwright install-deps chromium
2828
working-directory: app/packages/web
29+
timeout-minutes: 5
2930

3031
- run: npm run app:test:integration
3132

0 commit comments

Comments
 (0)