Skip to content

Commit 9f37600

Browse files
authored
circleci: reduce parallelism 3 -> 2 for go-tests job (#17988)
1 parent b5dacb0 commit 9f37600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2460,7 +2460,7 @@ workflows:
24602460
- contracts-bedrock-build
24612461
- go-tests:
24622462
name: go-tests-short
2463-
parallelism: 3
2463+
parallelism: 2
24642464
no_output_timeout: 19m
24652465
test_timeout: 20m
24662466
requires:
@@ -2474,7 +2474,7 @@ workflows:
24742474
- go-tests:
24752475
name: go-tests-full
24762476
rule: "go-tests-ci" # Run full test suite instead of short
2477-
parallelism: 3
2477+
parallelism: 2
24782478
no_output_timeout: 89m # Longer timeout for full tests
24792479
test_timeout: 90m
24802480
notify: true

0 commit comments

Comments
 (0)