This is an automated archive made by the Lemmit Bot.

The original was posted on /r/java by /u/mpbeau on 2023-10-18 08:20:14.


We run JUnit tests every time I push a commit to github (Integration Tests and Unit Tests). The integration tests take 16 minutes to pass at this point and pushing even small changes means I have to context switch or wait for ages. Is there any way to parallelise them? Processes that help? Libraries to speed things up?