mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-22 03:52:06 +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 {
|
||||
useJUnitPlatform()
|
||||
|
||||
// Enable once the tests are fixed that sometimes break if
|
||||
// they are executed in parallel (.e.g Socks5)
|
||||
// maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
|
||||
maxParallelForks = Runtime.runtime.availableProcessors().intdiv(2) ?: 1
|
||||
|
||||
// Enable full stacktraces of failed tests. Especially handy
|
||||
// for environments like Travis.
|
||||
|
|
Loading…
Reference in a new issue