Skip to content

Commit

Permalink
Do not run parallel tests
Browse files Browse the repository at this point in the history
Parallel tests hang at exit on my 2+ year old FreeNAS mini XL with
its 4 core (8 thread) low end processor. The performance gain from
threaded execution of the relatively few tests in the plugin are
not worth fighting with Maven and Jenkins and more to determine
which component is failing to do which part of the work for
multi-process and multi-threaded tests.
  • Loading branch information
MarkEWaite committed Oct 13, 2019
1 parent d10cb30 commit ba1192c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pom.xml
Expand Up @@ -45,7 +45,6 @@
<!-- This plugin intentionally does not deliver javadoc. -->
<!-- No API's intended to be used, none should be called from outside. -->
<maven.javadoc.skip>true</maven.javadoc.skip>
<forkCount>1C</forkCount>
<hpi.compatibleSinceVersion>5.0</hpi.compatibleSinceVersion>
</properties>

Expand Down

0 comments on commit ba1192c

Please sign in to comment.