Skip to content

Commit

Permalink
for test to see if this change make test cases run more stable.
Browse files Browse the repository at this point in the history
  • Loading branch information
jumperchen committed Nov 7, 2024
1 parent 8a00808 commit 5c2f011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zktest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ task testWCAGOnly(type: Test) {
}
}
test {
forkEvery = 0 // reuse the test process for all test classes
forkEvery = 1
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(4) ?: 1
if (project.hasProperty('maxParallelForks'))
maxParallelForks = project.maxParallelForks as int
Expand Down

0 comments on commit 5c2f011

Please sign in to comment.