mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-02-23 07:59:52 -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,
|
walletSyncPeriodMs: 5000,
|
||||||
maxTimePeerNoticeMs: 5000,
|
maxTimePeerNoticeMs: 5000,
|
||||||
maxConcurrency: 14, // max concurrency
|
maxConcurrency: 14, // max concurrency
|
||||||
maxConcurrencyCI: 14, // CI test max concurrency
|
maxConcurrencyCI: 7, // CI test max concurrency
|
||||||
stopOnFailure: true,
|
stopOnFailure: true,
|
||||||
testPayoutConfirmed: true,
|
testPayoutConfirmed: true,
|
||||||
testPayoutUnlocked: true
|
testPayoutUnlocked: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user