From 46283972d6ded479530807d409af3cc0dff5637f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Bj=C3=B8rlig?= Date: Tue, 1 Jun 2021 09:03:07 +0200 Subject: [PATCH] added timeouts --- .github/workflows/asset-size.yml | 1 + .github/workflows/exceljs.yml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/asset-size.yml b/.github/workflows/asset-size.yml index 2ac84661d..f9c813146 100644 --- a/.github/workflows/asset-size.yml +++ b/.github/workflows/asset-size.yml @@ -4,6 +4,7 @@ on: [pull_request] jobs: compare: + timeout-minutes: 15 runs-on: ubuntu-latest steps: diff --git a/.github/workflows/exceljs.yml b/.github/workflows/exceljs.yml index 876b57eae..ed05b7ee3 100644 --- a/.github/workflows/exceljs.yml +++ b/.github/workflows/exceljs.yml @@ -8,6 +8,7 @@ on: jobs: test: + timeout-minutes: 10 name: Node v${{ matrix.node-version }} on ${{ matrix.os }} strategy: fail-fast: false @@ -44,6 +45,7 @@ jobs: CI: true benchmark: + timeout-minutes: 15 name: Measure performance impact of changes runs-on: ubuntu-latest @@ -67,6 +69,7 @@ jobs: CI: true typescript: + timeout-minutes: 15 name: Ensure typescript compatibility runs-on: ubuntu-latest