Skip to content

Commit 8e675fb

Browse files
committed
chore(op-acceptance-tests): test limiting concurrency
1 parent 77a325b commit 8e675fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1186,6 +1186,8 @@ jobs:
11861186
image: ubuntu-2404:current
11871187
docker_layer_caching: true # Since we are building docker images for components, we'll cache the layers for faster builds
11881188
resource_class: xlarge
1189+
environment:
1190+
OP_ACCEPTOR_CONCURRENCY: 4 # limit concurrency to 4 to reduce strain on the CI runner
11891191
steps:
11901192
- checkout-from-workspace
11911193
- unless:

0 commit comments

Comments
 (0)