Skip to content

Commit

Permalink
ci: Increase SauceLabs Concurrency to 4 (#3653)
Browse files Browse the repository at this point in the history
Our plan allows running 4 UI tests in parallel. This should speed up CI.
  • Loading branch information
philipphofmann authored Feb 19, 2024
1 parent 3a2e953 commit 3dd894e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .sauce/benchmarking-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1alpha
kind: xcuitest
sauce:
region: us-west-1
concurrency: 2
concurrency: 4

defaults:
timeout: 20m
Expand Down
2 changes: 1 addition & 1 deletion .sauce/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1alpha
kind: xcuitest
sauce:
region: us-west-1
concurrency: 2
concurrency: 4

defaults:
timeout: 20m
Expand Down

0 comments on commit 3dd894e

Please sign in to comment.