From 5c1f041c6d1a6fa84ef4244d3bb3cee50f76f014 Mon Sep 17 00:00:00 2001 From: Jonah Graham Date: Wed, 26 Oct 2022 08:40:32 -0400 Subject: [PATCH] Add a 90 minute timeout on GitHub actions (instead of 6 hour one) --- .github/workflows/build-test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 5b314b5dc3f..b3a3ee1fd4e 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -10,6 +10,7 @@ jobs: build: runs-on: ubuntu-latest + timeout-minutes: 90 steps: - uses: actions/checkout@v3