mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-06-08 15:13:16 -04:00
change test wallet, reduce concurrent CI trades to 4
This commit is contained in:
parent
25825c44f2
commit
5fc3cc8982
1 changed files with 3 additions and 3 deletions
|
@ -76,8 +76,8 @@ const TestConfig = {
|
||||||
walletPassword: "abc123",
|
walletPassword: "abc123",
|
||||||
defaultPath: "funding_wallet-" + getBaseCurrencyNetwork(),
|
defaultPath: "funding_wallet-" + getBaseCurrencyNetwork(),
|
||||||
minimumFunding: BigInt("5000000000000"),
|
minimumFunding: BigInt("5000000000000"),
|
||||||
mnemonic: "silk mocked cucumber lettuce hope adrenalin aching lush roles fuel revamp baptism wrist long tender teardrop midst pastry pigment equip frying inbound pinched ravine frying",
|
mnemonic: "origin hickory pavements tudor sizes hornet tether segments sack technical elbow unsafe legion nitrogen adapt yearbook idols fuzzy pitched goes tusks elbow erase fossil erase",
|
||||||
primaryAddress: "A1y9sbVt8nqhZAVm3me1U18rUVXcjeNKuBd1oE2cTs8biA9cozPMeyYLhe77nPv12JA3ejJN3qprmREriit2fi6tJDi99RR",
|
primaryAddress: "9xSyMy1r9h3BVjMrF3CTqQCQy36yCfkpn7uVfMyTUbez3hhumqBUqGUNNALjcd7f1HJBRdeH82bCC3veFHW7z3xm28gug4d",
|
||||||
restoreHeight: 150
|
restoreHeight: 150
|
||||||
},
|
},
|
||||||
defaultHavenod: {
|
defaultHavenod: {
|
||||||
|
@ -176,7 +176,7 @@ const TestConfig = {
|
||||||
walletSyncPeriodMs: 5000,
|
walletSyncPeriodMs: 5000,
|
||||||
maxTimePeerNoticeMs: 5000,
|
maxTimePeerNoticeMs: 5000,
|
||||||
maxConcurrency: 14, // max concurrency
|
maxConcurrency: 14, // max concurrency
|
||||||
maxConcurrencyCI: 7, // CI test max concurrency
|
maxConcurrencyCI: 4, // 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