build: changed Thread executors to 1 from 8, because that's faster somehow (?)
This commit is contained in:
parent
4e5ebd7342
commit
257a3e2022
@ -13,7 +13,7 @@ test {
|
||||
includeEngines 'jqwik', 'junit-jupiter'
|
||||
}
|
||||
|
||||
maxParallelForks = 8
|
||||
maxParallelForks = 1
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
Loading…
Reference in New Issue
Block a user