mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-04-18 06:45:51 -04:00
increase max time peer notice to 6s
This commit is contained in:
parent
4ed5c3758d
commit
af81dfddcd
@ -145,7 +145,7 @@ const defaultTradeConfig: Partial<TradeContext> = {
|
||||
disputeReason: DisputeResult.Reason.PEER_WAS_LATE,
|
||||
disputeSummary: "Seller is winner",
|
||||
walletSyncPeriodMs: 5000,
|
||||
maxTimePeerNoticeMs: 5000,
|
||||
maxTimePeerNoticeMs: 6000,
|
||||
testChatMessages: true,
|
||||
stopOnFailure: false, // TODO: setting to true can cause error: Http response at 400 or 500 level, http status code: 503
|
||||
testPayoutConfirmed: true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user