From b5cb9bab4aab68c2bd4c597c2d5d91e2f3a0ed27 Mon Sep 17 00:00:00 2001 From: Andre Wiggins Date: Wed, 17 Jan 2024 14:40:39 -0800 Subject: [PATCH] Add some sensible timeouts to actions that call out to external services --- .github/workflows/ci.yml | 1 + .github/workflows/saucelabs.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ce89abe1f..b32ee79ea0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/saucelabs.yml b/.github/workflows/saucelabs.yml index 8b7058ac70..58bac8166e 100644 --- a/.github/workflows/saucelabs.yml +++ b/.github/workflows/saucelabs.yml @@ -20,6 +20,7 @@ jobs: cache-dependency-path: '**/package-lock.json' - run: npm ci - name: test + timeout-minutes: 20 env: CI: true COVERAGE: true