mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-02-22 14:33:06 +01:00
Reduce workers from 2 -> 1 (#3007)
This commit is contained in:
parent
682a759977
commit
43d9f05d9a
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ trait BaseAsyncTest
|
|||
PropertyCheckConfiguration(
|
||||
minSuccessful = PosInt.from(executions).get,
|
||||
minSize = PosInt.from(executions).get,
|
||||
workers = 2
|
||||
workers = 1
|
||||
)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue