Skip to content

Commit

Permalink
Reduce REFERENCE_TESTS_PARALLELISM
Browse files Browse the repository at this point in the history
This number is set too high for the given runner.  I've reduced it to
just `1` for now to try and get things working again.  Subsequently we
can try incrementing this to find the sweet spot.
  • Loading branch information
DavePearce committed Dec 5, 2024
1 parent a4d1bf9 commit 7bfea8b
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: 7
REFERENCE_TESTS_PARALLELISM: 1
JAVA_OPTS: -Dorg.gradle.daemon=false
CORSET_FLAGS: disable
GOCORSET_FLAGS: -wd --ansi-escapes=false --report --air
Expand Down

0 comments on commit 7bfea8b

Please sign in to comment.