Skip to content

Commit 204a873

Browse files
committed
Increase timeout for simulator run, and pick a better version.
1 parent 0a2c9da commit 204a873

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/integration_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ jobs:
925925
distribution: 'temurin'
926926
java-version: '11'
927927
- name: Run Android integration tests on Emulator locally
928-
timeout-minutes: 180
928+
timeout-minutes: 240
929929
if: steps.device-info.outputs.device_type == 'virtual'
930930
run: |
931931
python scripts/gha/test_simulator.py --testapp_dir testapps \
@@ -1102,7 +1102,7 @@ jobs:
11021102
security list-keychains -d user -s tmp-keychain
11031103
security default-keychain -s tmp-keychain
11041104
- name: Run iOS integration tests on Simulator locally
1105-
timeout-minutes: 180
1105+
timeout-minutes: 240
11061106
if: steps.device-info.outputs.device_type == 'virtual'
11071107
run: |
11081108
python scripts/gha/test_simulator.py --testapp_dir testapps \
@@ -1113,7 +1113,7 @@ jobs:
11131113
- id: ftl_test
11141114
if: steps.device-info.outputs.device_type == 'ftl'
11151115
uses: FirebaseExtended/github-actions/[email protected]
1116-
timeout-minutes: 120
1116+
timeout-minutes: 180
11171117
with:
11181118
credentials_json: ${{ secrets.FIREBASE_SERVICE_ACCOUNT_CREDENTIALS }}
11191119
testapp_dir: testapps

scripts/gha/print_matrix_configuration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
{"type": "ftl", "device": "model=iphone15,version=18.0"},
221221
{"type": "ftl", "device": "model=iphone15pro,version=18.0"},
222222
],
223-
"simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.0.1"} ],
223+
"simulator_min": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
224224
"simulator_target": [ {"type": "virtual", "name":"iPhone 15 Pro Max", "version":"17.2"} ],
225225
"simulator_latest": [ {"type": "virtual", "name":"iPhone 15 Pro", "version":"17.4"} ],
226226
"tvos_simulator": [ {"type": "virtual", "name":"Apple TV", "version":"16.1"} ],

0 commit comments

Comments
 (0)