Skip to content

Commit

Permalink
fix 503 error with stopOnFailure: false
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed May 8, 2024
1 parent 48fc01e commit 23b2115
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/HavenoClient.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ const defaultTradeConfig: Partial<TradeContext> = {
walletSyncPeriodMs: 5000,
maxTimePeerNoticeMs: 5000,
testChatMessages: true,
stopOnFailure: true,
stopOnFailure: false, // TODO: setting to true can cause error: Http response at 400 or 500 level, http status code: 503
testPayoutConfirmed: true,
testPayoutUnlocked: false,
maxConcurrency: getMaxConcurrency()
Expand Down

0 comments on commit 23b2115

Please sign in to comment.