Skip to content

Commit

Permalink
more threads and forks while testing
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Aug 28, 2024
1 parent 2913292 commit da7ff1e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions logback-classic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,10 +273,8 @@
--add-opens ch.qos.logback.classic/ch.qos.logback.classic.jsonTest=ALL-UNNAMED
</argLine>
<parallel>classes</parallel>
<threadCount>8</threadCount>

<!--<useUnlimitedThreads>false</useUnlimitedThreads>-->
<forkCount>1C</forkCount>
<threadCount>20</threadCount>
<forkCount>5</forkCount>
<reuseForks>true</reuseForks>
<reportFormat>plain</reportFormat>
<trimStackTrace>false</trimStackTrace>
Expand Down
4 changes: 2 additions & 2 deletions logback-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@
--add-reads ch.qos.logback.core=ALL-UNNAMED
</argLine>
<parallel>classes</parallel>
<threadCount>8</threadCount>
<threadCount>20</threadCount>
<!--<useUnlimitedThreads>false</useUnlimitedThreads>-->
<forkCount>1</forkCount>
<forkCount>5</forkCount>
<reuseForks>true</reuseForks>
<reportFormat>plain</reportFormat>
<trimStackTrace>false</trimStackTrace>
Expand Down

0 comments on commit da7ff1e

Please sign in to comment.