reduce max concurrent trades to 7 for CI tests

This commit is contained in:
woodser 2023-05-17 17:40:29 -04:00
parent 7d8f6ce98c
commit 466a21ba79

View File

@ -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