From 90ecbde7120ef626725812fab879d8280b497e71 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Tue, 26 Jan 2021 20:59:21 +0200 Subject: [PATCH] ci: increase the timeout for macos --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 799c2867ac..9873a367d6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,7 +158,7 @@ jobs: macos: runs-on: macOS-latest - timeout-minutes: 30 + timeout-minutes: 45 env: VFLAGS: -cc clang steps: