increase max time peer notice to 6s

This commit is contained in:
woodser 2025-04-06 18:05:58 -04:00 committed by woodser
parent 0cd3c54e37
commit 10862656e3

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,