Skip to content

Commit

Permalink
adapt forkCount to number of cores
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <[email protected]>
  • Loading branch information
ceki committed Sep 6, 2024
1 parent 4ebf044 commit b0876e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions logback-classic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -273,8 +273,8 @@
--add-opens ch.qos.logback.classic/ch.qos.logback.classic.jsonTest=ALL-UNNAMED
</argLine>
<parallel>classes</parallel>
<threadCount>20</threadCount>
<forkCount>5</forkCount>
<threadCount>8</threadCount>
<forkCount>1C</forkCount>
<reuseForks>true</reuseForks>
<reportFormat>plain</reportFormat>
<trimStackTrace>false</trimStackTrace>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -187,8 +187,6 @@ public void propertiesConfigurationTest() throws IOException, JoranException, In
configurationDoneLatch1.await();
assertEquals(Level.ERROR, abcLogger.getLevel());



statusPrinter2.print(loggerContext);

}
Expand Down

0 comments on commit b0876e5

Please sign in to comment.