From 45592cd777d17ecaba43a40976e9d11171f61ccc Mon Sep 17 00:00:00 2001 From: Kevin Logan <56395104+kevinlog@users.noreply.github.com> Date: Tue, 5 Dec 2023 16:23:19 -0500 Subject: [PATCH] [Security Solution] Increase parallelism for Defend Workflows tests (#172614) ## Summary This PR increases the parallelism for the Defend Workflows cypress tests. I was seeing some long running tests on PRs, this should speed up PR builds for everyone. All suites run at about 40min or under now. image ### Checklist - [x] [Unit or functional tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html) were updated or added to match the most common scenarios Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- .buildkite/pipelines/pull_request/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipelines/pull_request/base.yml b/.buildkite/pipelines/pull_request/base.yml index 694430b61ef94..0040767d5b3d1 100644 --- a/.buildkite/pipelines/pull_request/base.yml +++ b/.buildkite/pipelines/pull_request/base.yml @@ -255,7 +255,7 @@ steps: queue: n2-4-virt depends_on: build timeout_in_minutes: 60 - parallelism: 10 + parallelism: 16 retry: automatic: - exit_status: '*'