Skip to content

Commit

Permalink
decrease parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianHuc committed Dec 13, 2024
1 parent ad0644d commit 27d2b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reference-blockchain-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: ./gradlew referenceBlockchainTests -x spotlessCheck
timeout-minutes: 180
env:
REFERENCE_TESTS_PARALLELISM: 4
REFERENCE_TESTS_PARALLELISM: 2
JAVA_OPTS: -Dorg.gradle.daemon=false
CORSET_FLAGS: disable
GOCORSET_FLAGS: -wd --ansi-escapes=false --report --air
Expand Down

0 comments on commit 27d2b1f

Please sign in to comment.