From 9c3fd2a3409ae6a37066f2bb4ba360691e196453 Mon Sep 17 00:00:00 2001 From: Giovanni Di Grezia Date: Sun, 10 May 2026 22:40:30 +0200 Subject: [PATCH] increased buidl and sleep limit to 1h --- codemagic.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codemagic.yaml b/codemagic.yaml index 9eb5568..a5fd5dd 100644 --- a/codemagic.yaml +++ b/codemagic.yaml @@ -4,7 +4,7 @@ workflows: # MUST be mac_mini_m2 to use the free 500 minutes instance_type: mac_mini_m2 # Optional: Safety limit so you don't burn all your minutes if you walk away - max_build_duration: 30 + max_build_duration: 60 scripts: - name: 🛑 Pause build for SSH Access @@ -14,7 +14,7 @@ workflows: echo "⏳ The build will pause here for 20 minutes to let you poke around..." # Pauses the script for 1200 seconds (20 minutes) - sleep 1200 + sleep 3600 - name: Next Step (Optional) script: |