Test trying to isolate between tests to avoid conflicts with previous executions and try parallelism
diff --git a/tck/bval-tomee/pom.xml b/tck/bval-tomee/pom.xml
index 2183e77..0890cf2 100644
--- a/tck/bval-tomee/pom.xml
+++ b/tck/bval-tomee/pom.xml
@@ -191,7 +191,9 @@
             <suiteXmlFile>${suiteFile}</suiteXmlFile>
           </suiteXmlFiles>
           <parallel>classes</parallel>
-          <threadCount>1</threadCount>
+          <threadCount>2</threadCount>
+          <reuseForks>false</reuseForks>
+          <forkCount>5</forkCount>
         </configuration>
         <dependencies>
           <!-- failsafe has dependencies on javax -->