olamy commented on code in PR #815: URL: https://github.com/apache/maven-surefire/pull/815#discussion_r2004972916
########## surefire-its/pom.xml: ########## @@ -241,6 +242,13 @@ </plugins> </build> </profile> + <profile> + <id>apache.ci</id> + <properties> + <its.forkCount>0.4C</its.forkCount> + <its.threadCount>1</its.threadCount> + </properties> + </profile> Review Comment: it looks to GH nodes are not shared and so support more load. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@maven.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org