Skip to content

Commit

Permalink
Add 4 workers
Browse files Browse the repository at this point in the history
  • Loading branch information
ipavlidakis committed Nov 7, 2024
1 parent 74f9a99 commit f75e182
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -224,11 +224,12 @@ lane :test do |options|
derived_data_path: derived_data_path,
cloned_source_packages_path: source_packages_path,
devices: options[:device],
number_of_retries: 0,
number_of_retries: 3,
skip_build: options[:skip_build],
build_for_testing: options[:build_for_testing],
xcargs: is_ci ? "#{buildcache_xcargs} STREAM_VIDEO_SECRET=#{app_secret}" : buildcache_xcargs,
parallel_testing: is_ci
parallel_testing: true,
concurrent_workers: 4
}

begin
Expand Down

0 comments on commit f75e182

Please sign in to comment.