increase max time peer notice to 6s

This commit is contained in:
woodser 2025-04-06 18:05:58 -04:00
parent 4ed5c3758d
commit af81dfddcd
No known key found for this signature in database
GPG Key ID: 55A10DD48ADEE5EF

View File

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