We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d001f41 commit d296eb7Copy full SHA for d296eb7
.github/actions/run-gradle/action.yml
@@ -58,7 +58,7 @@ runs:
58
timeout ${TIMEOUT_MINUTES}m ./gradlew --build-cache --continue --no-scan \
59
-Dorg.gradle.caching.debug=true \
60
-PtestLoggingEvents=started,passed,skipped,failed \
61
- -PmaxParallelForks=4 \
+ -PmaxParallelForks=2 \
62
-PmaxTestRetries=1 -PmaxTestRetryFailures=3 \
63
-PmaxQuarantineTestRetries=3 -PmaxQuarantineTestRetryFailures=0 \
64
-Pkafka.test.catalog.file=$TEST_CATALOG \
0 commit comments