Skip to content

Commit d296eb7

Browse files
committed
undo
1 parent d001f41 commit d296eb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run-gradle/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ runs:
5858
timeout ${TIMEOUT_MINUTES}m ./gradlew --build-cache --continue --no-scan \
5959
-Dorg.gradle.caching.debug=true \
6060
-PtestLoggingEvents=started,passed,skipped,failed \
61-
-PmaxParallelForks=4 \
61+
-PmaxParallelForks=2 \
6262
-PmaxTestRetries=1 -PmaxTestRetryFailures=3 \
6363
-PmaxQuarantineTestRetries=3 -PmaxQuarantineTestRetryFailures=0 \
6464
-Pkafka.test.catalog.file=$TEST_CATALOG \

0 commit comments

Comments
 (0)