From 2882a063f96af4d30e65c9ca0d62c4b8482a9cac Mon Sep 17 00:00:00 2001 From: Clare So <1740517+clarmso@users.noreply.github.com> Date: Fri, 3 Oct 2025 16:29:23 -0400 Subject: [PATCH] Let's repeat the tests 3 times for now --- bitrise.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bitrise.yml b/bitrise.yml index f4ddb3af4336c..c77154ee2b2f9 100644 --- a/bitrise.yml +++ b/bitrise.yml @@ -1619,7 +1619,7 @@ workflows: - destination: platform=iOS Simulator,name=iPhone 17,OS=26.0 - test_plan: UnitTest - test_repetition_mode: until_failure - - maximum_test_repetitions: 10 + - maximum_test_repetitions: 3 - xcodebuild_options: '"COMPILER_INDEX_STORE_ENABLE=NO" "CODE_SIGN_IDENTITY=" "CODE_SIGNING_REQUIRED=NO" "CODE_SIGNING_ALLOWED=NO" "-parallel-testing-enabled" "NO" "-parallel-testing-worker-count" "2"' - deploy-to-bitrise-io@2.10.0: {}