Skip to content

Commit

Permalink
Increase Maestro timeout to reduce CI failures due to slow simulator …
Browse files Browse the repository at this point in the history
…startup
  • Loading branch information
HeavenVolkoff committed Feb 28, 2024
1 parent 2b502b5 commit 5b92130
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mobile-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ jobs:
model: 'iPhone SE (3rd generation)'

- name: Run Tests
env:
# https://maestro.mobile.dev/advanced/configuring-maestro-driver-timeout
MAESTRO_DRIVER_STARTUP_TIMEOUT: 60000
run: |
xcrun simctl install booted apps/mobile/ios/build/Build/Products/Release-iphonesimulator/Spacedrive.app
bash ./apps/mobile/scripts/run-maestro-tests ios

0 comments on commit 5b92130

Please sign in to comment.