mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-02-22 15:39:51 -05:00
reduce max concurrent trades to 7 for CI tests
This commit is contained in:
parent
7d8f6ce98c
commit
466a21ba79
@ -176,7 +176,7 @@ const TestConfig = {
|
||||
walletSyncPeriodMs: 5000,
|
||||
maxTimePeerNoticeMs: 5000,
|
||||
maxConcurrency: 14, // max concurrency
|
||||
maxConcurrencyCI: 14, // CI test max concurrency
|
||||
maxConcurrencyCI: 7, // CI test max concurrency
|
||||
stopOnFailure: true,
|
||||
testPayoutConfirmed: true,
|
||||
testPayoutUnlocked: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user