Skip to content

Commit 633b334

Browse files
authored
Merge pull request #257 from mapbox/rl/ios_flaky_tests_3_attemps
Attempt flaky tests 3 times on iOS
2 parents c65dbc6 + 98f1081 commit 633b334

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,9 @@ jobs:
141141
command: |
142142
gcloud firebase test ios run \
143143
--test << parameters.workspace-path >>/build_products.zip \
144-
--device model=iphone8,version=15.7
144+
--device model=iphone8,version=15.7 \
145+
--timeout 5m \
146+
--num-flaky-test-attempts 3
145147
146148
147149

0 commit comments

Comments
 (0)