1
0
mirror of https://github.com/google/nomulus synced 2026-02-09 22:40:55 +00:00

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)