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 7920a05bf8
commit 807fe73db4

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)