From 6a10a700c8f04f4d2a06da4957c524ff9cdf371a Mon Sep 17 00:00:00 2001 From: Zeeshan Sheikh Date: Mon, 7 Oct 2024 19:32:50 +0500 Subject: [PATCH] Update Fastfile --- LocationServices/fastlane/Fastfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LocationServices/fastlane/Fastfile b/LocationServices/fastlane/Fastfile index 8ae7d09..172c621 100644 --- a/LocationServices/fastlane/Fastfile +++ b/LocationServices/fastlane/Fastfile @@ -23,7 +23,7 @@ platform :ios do device: options[:device], scheme: "LocationServicesUnitTests", code_coverage: true, - xcargs: "-test-iterations '5' -retry-tests-on-failure" + xcargs: "-test-iterations '3' -retry-tests-on-failure" ) xcov( project: "LocationServices.xcodeproj", @@ -46,7 +46,7 @@ platform :ios do code_coverage: true, output_directory: Dir.pwd + "/test_output", include_simulator_logs: true, - xcargs: "-test-iterations '3' -retry-tests-on-failure" + xcargs: "-test-iterations '5' -retry-tests-on-failure" ) ensure xcresult_path = Actions.lane_context[SharedValues::SCAN_GENERATED_XCRESULT_PATH]