increase max wallet startup time to 14s

This commit is contained in:
woodser 2025-11-12 09:53:35 -05:00 committed by woodser
parent cdc5f1d505
commit ddd25c417c

View file

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