From 3033d6fd9eadede565ed1bed8950f5c2eab72f21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominykas=20Bly=C5=BE=C4=97?= Date: Tue, 21 Feb 2023 11:40:12 +0200 Subject: [PATCH] ci: timeout CI jobs after 15 minutes (#1946) --- .github/workflows/nodejs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index fee9d7aace4..b676ba08207 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -13,6 +13,7 @@ jobs: with: runs-on: ubuntu-latest, windows-latest test-command: npm run coverage:ci + timeout-minutes: 15 post-test-steps: | - name: Coverage Report uses: codecov/codecov-action@v3