From 9245a5926f50645fc7304377733e7397102a4b69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Landabaso=20D=C3=ADaz?= Date: Fri, 20 Sep 2024 16:21:21 +0200 Subject: [PATCH] tests: reduce rate limits on Esplora to allow passing tests on complex wallets --- test/integration/discovery.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integration/discovery.test.ts b/test/integration/discovery.test.ts index 0fc516b..33d89dc 100644 --- a/test/integration/discovery.test.ts +++ b/test/integration/discovery.test.ts @@ -31,6 +31,7 @@ for (const network of [networks.bitcoin]) { explorer: new EsploraExplorer({ url: 'https://blockstream.info/api/', requestQueueParams: { + maxConcurrentTasks: 10 //maxConcurrentTasks: 30 //maxConcurrentTasks: 5 //default is 10 //maxAttemptsForHardErrors: 10 //default is 5