Skip to content

Commit 9112cb8

Browse files
antonisclaude
andcommitted
fix(ci): Align simulator warm-up with e2e-v2 workflow
Use consistent comment and sleep 5 across both workflows, as suggested in PR review. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 73bdf0c commit 9112cb8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/sample-application.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,11 @@ jobs:
305305
- name: Warm up iOS Simulator
306306
if: ${{ matrix.platform == 'ios' }}
307307
run: |
308-
# Launch and kill a dummy app to ensure the simulator is fully ready
308+
# Tart VMs are very slow right after boot. Launch a stock app so
309+
# that SpringBoard, backboardd, and other system services finish
310+
# their post-boot initialisation before Maestro tries to connect.
309311
xcrun simctl launch booted com.apple.Preferences || true
310-
sleep 3
312+
sleep 5
311313
xcrun simctl terminate booted com.apple.Preferences || true
312314
313315
- name: Run iOS Tests

0 commit comments

Comments
 (0)