From 8d80666131a627d0aec24a68714bda4d728b83f8 Mon Sep 17 00:00:00 2001 From: Diego Mello Date: Tue, 28 Feb 2023 14:01:53 -0300 Subject: [PATCH] Increase parallelism to 4 --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6eaa3eebd..56182600c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -502,7 +502,7 @@ jobs: name: android/android-machine resource-class: xlarge tag: 2022.12.1 - parallelism: 3 + parallelism: 4 steps: - checkout - attach_workspace: @@ -593,7 +593,7 @@ jobs: ios-test-e2e: executor: mac-env - parallelism: 3 + parallelism: 4 steps: - checkout - attach_workspace: