mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-12-21 02:55:14 -05:00
reduce max concurrent trades to 7 for CI tests
This commit is contained in:
parent
7d8f6ce98c
commit
466a21ba79
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue