Skip to content

Commit

Permalink
Add some sensible timeouts to actions that call out to external servi…
Browse files Browse the repository at this point in the history
…ces (#4259)
  • Loading branch information
andrewiggins committed Jan 22, 2024
1 parent b3480e8 commit 79be156
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
npm run test:unit
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2.1.2
timeout-minutes: 2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Package
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/saucelabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
cache-dependency-path: '**/package-lock.json'
- run: npm ci
- name: test
timeout-minutes: 20
env:
CI: true
COVERAGE: true
Expand Down

0 comments on commit 79be156

Please sign in to comment.