temyers / cucumber-jvm-parallel-plugin

Maven plugin to help running Cucumber features in parallel
Apache License 2.0
129 stars 121 forks source link

invoker workaround to avoid concurrent downloads #161

Closed sureshnath closed 6 years ago

sureshnath commented 6 years ago

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

temyers commented 6 years ago

Thanks for the contribution

LGTM!