[ https://jira.codehaus.org/browse/SUREFIRE-751?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=271620#comment-271620 ]
Olivier Lamy commented on SUREFIRE-751: --------------------------------------- sources here : https://github.com/kohsuke/maven-junit-plugin > Support parallel/fork mode similar to http://maven-junit-plugin.kenai.com/ > -------------------------------------------------------------------------- > > Key: SUREFIRE-751 > URL: https://jira.codehaus.org/browse/SUREFIRE-751 > Project: Maven Surefire > Issue Type: New Feature > Affects Versions: 2.9 > Reporter: Stephen Connolly > Assignee: Kristian Rosenvold > Fix For: 3.0 > > > The current parallel execution spawns one thread _per_class_ > When there is a large disparity between the number of tests in different > classes, this can result in a longer execution time. This can often happen in > GUI testing, where a couple of classes will contain a lot of long running > (but low cpu) test cases, and the remaining classes run fast. > See http://maven-junit-plugin.kenai.com/ for an attempt at solving this -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira