From 4f1ea15e2884939dfe2b8f757b3fe34672bb23ba Mon Sep 17 00:00:00 2001 From: Paul Balaji <10051819+paulbalaji@users.noreply.github.com> Date: Tue, 16 Jul 2024 12:10:04 +0100 Subject: [PATCH] chore: set env-test timeout (#4120) - chore: set env-test timeout - to avoid machines spinning idly for hours/days in jobs like this https://github.com/hyperlane-xyz/hyperlane-monorepo/actions/runs/9872063807/job/27261501530?pr=3888#step:6:44 --------- Signed-off-by: pbio <10051819+paulbalaji@users.noreply.github.com> --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ebd05df12..870ca983f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -404,6 +404,7 @@ jobs: env-test: runs-on: ubuntu-latest + timeout-minutes: 3 needs: [yarn-build] strategy: fail-fast: false