typesafehub / conductr-lib

Other
8 stars 13 forks source link

Reduced the parallelism of tests #69

Closed huntc closed 8 years ago

huntc commented 8 years ago

Travis (EC2) doesn't like running many tests in parallel.

Fixes #67

fsat commented 8 years ago

@huntc - have you considered parallelExecution in Test := false, or do you still want test to run in parallel in our machines?

huntc commented 8 years ago

Yes I did - given that the PR validation passed with this change, I didn't need to serialise the tests any further though.

fsat commented 8 years ago

LGTM