Fork for every test to verify that this fixes the travis build.

This commit is contained in:
Michael Muller 2019-01-09 11:13:48 -05:00
parent d9bee20940
commit f8a9cc9e60

View file

@ -459,6 +459,8 @@ test {
exclude fragileTestPatterns
exclude outcastTestPatterns
forkEvery 1
// Sets the maximum number of test executors that may exist at the same time.
maxParallelForks 5
}.dependsOn(fragileTest, outcastTest)