Skip to content

Commit 3e16e70

Browse files
authored
Add step timeouts to pupper-container steps (#18071)
1 parent f0bc065 commit 3e16e70

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/browser-test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ jobs:
4040
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
4141
name: Install
4242
uses: ianwalter/puppeteer-container@2466ba8ecf689ccf4e5dfadeff3ac2db227b2e17
43+
timeout-minutes: 5
4344
with:
4445
args: npm ci
4546

4647
- if: ${{ needs.see_if_should_skip.outputs.should_skip != 'true' }}
4748
name: Test
49+
timeout-minutes: 10
4850
uses: ianwalter/puppeteer-container@2466ba8ecf689ccf4e5dfadeff3ac2db227b2e17
4951
with:
5052
args: npm run browser-test

0 commit comments

Comments
 (0)