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