Skip to content

Commit

Permalink
[Security Solution] Increase parallelism for Defend Workflows tests (#…
Browse files Browse the repository at this point in the history
…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.

<img width="1727" alt="image"
src="https://github.com/elastic/kibana/assets/56395104/4673a828-53ef-4e2c-9d65-5d1e99846753">


### 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 <[email protected]>
  • Loading branch information
kevinlog and kibanamachine authored Dec 5, 2023
1 parent 76b8fae commit 45592cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipelines/pull_request/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ steps:
queue: n2-4-virt
depends_on: build
timeout_in_minutes: 60
parallelism: 10
parallelism: 16
retry:
automatic:
- exit_status: '*'
Expand Down

0 comments on commit 45592cd

Please sign in to comment.