Skip to content

Commit

Permalink
test: use disk for wallet rpc tests.
Browse files Browse the repository at this point in the history
bdb in-memory rbt snapshotting is too slow on node.js v14 and v16.
  • Loading branch information
nodech committed Apr 1, 2024
1 parent 6fa2013 commit 0fda018
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/wallet-rpc-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,8 @@ describe('Wallet RPC Methods', function() {
network: network.type,
apiKey: 'bar',
walletAuth: true,
wallet: true
wallet: true,
memory: false
});

wclient = nodeCtx.wclient;
Expand Down

0 comments on commit 0fda018

Please sign in to comment.