Skip to content

Commit

Permalink
tests: reduce rate limits on Esplora to allow passing tests on comple…
Browse files Browse the repository at this point in the history
…x wallets
  • Loading branch information
landabaso committed Sep 20, 2024
1 parent c8cbcf6 commit 9245a59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/discovery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9245a59

Please sign in to comment.