Skip to content

Commit 9a3e2a4

Browse files
committed
Updated Bitcoin test batch size to be 2 instead of 3 to take advantage of runner parallelization
1 parent 5148395 commit 9a3e2a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests-bitcoin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ env:
2424
TEST_TIMEOUT: 30
2525
TEST_TAG_CI_SKIP: ci_skip
2626
# Configure batch size and archive file for bitcoin_tests.sh invocation
27-
BATCH_SIZE: 3
27+
BATCH_SIZE: 2
2828
NEXTEST_ARCHIVE: ${{ inputs.archive-file }}
2929

3030
# Configure concurrency

0 commit comments

Comments
 (0)