We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3abbbd commit 56f5a97Copy full SHA for 56f5a97
.circleci/config.yml
@@ -2460,7 +2460,7 @@ workflows:
2460
- contracts-bedrock-build
2461
- go-tests:
2462
name: go-tests-short
2463
- parallelism: 4
+ parallelism: 3
2464
no_output_timeout: 19m
2465
test_timeout: 20m
2466
requires:
@@ -2474,7 +2474,7 @@ workflows:
2474
2475
name: go-tests-full
2476
rule: "go-tests-ci" # Run full test suite instead of short
2477
2478
no_output_timeout: 89m # Longer timeout for full tests
2479
test_timeout: 90m
2480
notify: true
0 commit comments