Integration tests running in parallel often run too long and fails occasionally, this is due to local repository downloads running concurrently and gets into long waits.
As there is no real fix available in invoker plugin settings, an acceptable work around is to run one test to setup the local repository with all the downloads, and then to proceed with parallel tests
Integration tests running in parallel often run too long and fails occasionally, this is due to local repository downloads running concurrently and gets into long waits.
As there is no real fix available in invoker plugin settings, an acceptable work around is to run one test to setup the local repository with all the downloads, and then to proceed with parallel tests