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>
pull/4154/head
Paul Balaji 4 months ago committed by GitHub
parent b9e8e049bb
commit 4f1ea15e28
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .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

Loading…
Cancel
Save