sageserpent-open / plutonium

CQRS providing bitemporal object modelling for Java POJOs and Scala too.
MIT License
5 stars 0 forks source link

Reintroduce parallel testing in SBT build. #51

Open sageserpent-open opened 5 years ago

sageserpent-open commented 5 years ago

Issue #50 revealed timeouts in the Travis build. These have been fixed for now by both turning down the Scalacheck dials on the world behavior tests, and also by forcing all tests to run in sequentially rather than in parallel.

The intent is to reintroduce parallel test execution without breaking the Travis build.