diff --git a/fastlane/Fastfile b/fastlane/Fastfile index 9565d7cc34..408521523e 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -187,7 +187,8 @@ platform :ios do result_bundle_path: 'fastlane/test_output/revenuecatui.xcresult', report_formats: [:junit], report_path: 'fastlane/test_output/revenuecatui/tests.xml', - test: true + test: true, + xcargs: "-test-iterations 3 -retry-tests-on-failure" ) end