From 23b21153d8444fe56f68c937a2b007d182c16ccc Mon Sep 17 00:00:00 2001 From: woodser Date: Sun, 5 May 2024 15:11:52 -0400 Subject: [PATCH] fix 503 error with stopOnFailure: false --- src/HavenoClient.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HavenoClient.test.ts b/src/HavenoClient.test.ts index 5fece7f4..fd5fece8 100644 --- a/src/HavenoClient.test.ts +++ b/src/HavenoClient.test.ts @@ -144,7 +144,7 @@ const defaultTradeConfig: Partial = { 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()