From f217482d8382aa1bc0dbf1e5f2fa289a4302d197 Mon Sep 17 00:00:00 2001 From: greged93 <82421016+greged93@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:54:45 +0100 Subject: [PATCH] fix: add timeouts to the hive CI (#7092) --- .github/workflows/hive.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/hive.yml b/.github/workflows/hive.yml index 7a5b44b3a..9247901aa 100644 --- a/.github/workflows/hive.yml +++ b/.github/workflows/hive.yml @@ -17,6 +17,7 @@ concurrency: jobs: prepare: + timeout-minutes: 45 runs-on: group: Reth steps: @@ -60,6 +61,7 @@ jobs: path: ./artifacts test: + timeout-minutes: 60 strategy: fail-fast: false matrix: