From 7b991aacc956be1c3ac4bcb15110117a3faa1820 Mon Sep 17 00:00:00 2001 From: Alexey Prokhorov Date: Fri, 20 Sep 2024 17:12:30 +0500 Subject: [PATCH] chore(ci): Setup GitHub actions timeout --- .github/workflows/tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 510bb24..8e96669 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -51,6 +51,7 @@ jobs: experimental: true runs-on: ${{ matrix.os }} + timeout-minutes: 10 continue-on-error: ${{ matrix.experimental }} steps: