We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b27d90 commit 904bfd1Copy full SHA for 904bfd1
__tests__/storage/storage.test.js
@@ -36,13 +36,13 @@ describe('handleStop', () => {
36
it('should work with memory store', async () => {
37
const store = new MemoryStore();
38
await handleStopTest(store);
39
- }, 10000);
+ }, 20000);
40
41
it('should work with leveldb store', async () => {
42
const walletId = walletUtils.getWalletIdFromXPub(accessData.xpubkey);
43
const store = new LevelDBStore(walletId, DATA_DIR);
44
45
46
47
/**
48
* @param {IStore} store
0 commit comments