From 80eeb92bbbd92b52da3274bf1688274e0c68bb1b Mon Sep 17 00:00:00 2001 From: "Joseph Hale, MS SE" <47901316+thehale@users.noreply.github.com> Date: Mon, 1 Jul 2024 08:49:03 -0700 Subject: [PATCH] ci: Raise iOS timeout to 25 minutes Looks like the app is building correctly now, but it needs a few more minutes to save caches correctly. --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 36e0c3a..3489add 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -6,7 +6,7 @@ on: jobs: build: - timeout-minutes: 20 + timeout-minutes: 25 runs-on: macos-latest steps: - uses: actions/checkout@v4