mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-11-29 18:47:00 -05:00
increase max wallet startup time to 14s
This commit is contained in:
parent
cdc5f1d505
commit
ddd25c417c
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ const defaultTradeConfig: Partial<TradeContext> = {
|
|||
disputeSummary: "Seller is winner",
|
||||
walletSyncPeriodMs: 5000,
|
||||
maxTimePeerNoticeMs: 6000,
|
||||
maxWalletStartupMs: 10000, // TODO (woodser): make shorter by switching to jni
|
||||
maxWalletStartupMs: 14000, // TODO (woodser): make shorter by switching to jni
|
||||
testChatMessagesTrade: true,
|
||||
testChatMessagesDispute: true,
|
||||
stopOnFailure: false, // TODO: setting to true can cause error: Http response at 400 or 500 level, http status code: 503
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue