From e2de0cc0911861d0af52718a4454fbc8132d1f9b Mon Sep 17 00:00:00 2001 From: Joonas Kerttula Date: Mon, 4 Nov 2024 12:57:18 +0200 Subject: [PATCH] ci: increase ios-build timeout to 45 minutes --- .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 0c0918c..ba6abc8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -171,7 +171,7 @@ jobs: build-ios: runs-on: macos-14 - timeout-minutes: 30 + timeout-minutes: 45 env: TURBO_CACHE_DIR: .turbo/ios steps: