From 6f1d9c74715844683781c3bdf6a6eafee334b46a Mon Sep 17 00:00:00 2001 From: DavePearce Date: Thu, 23 Jan 2025 12:25:33 +1300 Subject: [PATCH] Raise parallelism to 2 --- .github/workflows/reference-blockchain-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reference-blockchain-tests.yml b/.github/workflows/reference-blockchain-tests.yml index 0292ef3e1..2db099059 100644 --- a/.github/workflows/reference-blockchain-tests.yml +++ b/.github/workflows/reference-blockchain-tests.yml @@ -72,7 +72,7 @@ jobs: run: GOMEMLIMIT=32GiB ./gradlew -Dblockchain=Ethereum referenceBlockchainTests -x spotlessCheck --tests "${{ inputs.test_filter || 'BlockchainReferenceTest_*' }}" timeout-minutes: 360 env: - REFERENCE_TESTS_PARALLELISM: 1 + REFERENCE_TESTS_PARALLELISM: 2 JAVA_OPTS: -Dorg.gradle.daemon=false CORSET_FLAGS: disable GOCORSET_FLAGS: -vw --ansi-escapes=false --report --air