From a8d055837b71f6cbd8dd3b81b0ed9f70dcd7236c Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 27 Aug 2020 13:15:20 -0700 Subject: [PATCH] increase timeout on mac CI build old-commit-hash: 9a9e829ce48ffe1f26c828384915853873704854 --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index edd18624a..8e0e4c11e 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -56,7 +56,7 @@ jobs: build_mac: name: build macos runs-on: macos-10.15 - timeout-minutes: 35 + timeout-minutes: 60 steps: - uses: actions/checkout@v2 with: