From 79be1564e9762b99e57f4af3cc2ed99e68adfbfa Mon Sep 17 00:00:00 2001 From: Andre Wiggins <459878+andrewiggins@users.noreply.github.com> Date: Mon, 22 Jan 2024 04:07:27 -0800 Subject: [PATCH] Add some sensible timeouts to actions that call out to external services (#4259) --- .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