From 74fe5ffff9f560e76e8cd3a35f467ad26ab708d6 Mon Sep 17 00:00:00 2001 From: "Ben Sheldon [he/him]" Date: Mon, 11 Mar 2024 07:21:29 -0700 Subject: [PATCH] Add 10 minute timeout to GitHub Actions --- .github/workflows/ci.yml | 2 ++ .github/workflows/experimental.yml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b6152f01d..bb118f400 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -7,6 +7,7 @@ concurrency: jobs: build: runs-on: ubuntu-latest + timeout-minutes: 10 strategy: fail-fast: false @@ -33,6 +34,7 @@ jobs: isolated: name: "Test isolated" runs-on: ubuntu-latest + timeout-minutes: 10 strategy: fail-fast: false matrix: diff --git a/.github/workflows/experimental.yml b/.github/workflows/experimental.yml index be9e387ec..28048747c 100644 --- a/.github/workflows/experimental.yml +++ b/.github/workflows/experimental.yml @@ -7,6 +7,7 @@ on: jobs: build: runs-on: ubuntu-latest + timeout-minutes: 10 strategy: matrix: