mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 12:02:05 +01:00
Enable parallel unit test execution
This commit is contained in:
parent
9352225f44
commit
6619372bb8
1 changed files with 1 additions and 3 deletions
|
@ -143,9 +143,7 @@ allprojects {
|
||||||
test {
|
test {
|
||||||
useJUnitPlatform()
|
useJUnitPlatform()
|
||||||
|
|
||||||
// Enable once the tests are fixed that sometimes break if
|
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
|
||||||
// they are executed in parallel (.e.g Socks5)
|
|
||||||
// maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
|
|
||||||
|
|
||||||
// Enable full stacktraces of failed tests. Especially handy
|
// Enable full stacktraces of failed tests. Especially handy
|
||||||
// for environments like Travis.
|
// for environments like Travis.
|
||||||
|
|
Loading…
Reference in a new issue