Skip to content

Commit 88b77ed

Browse files
committed
Enable witness cache in unit tests since default is now disabled
1 parent 0b1b2cc commit 88b77ed

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/wasm/src/services/credential/bbs-revocation.test.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ describe('bbs-revocation witness cache', () => {
5151

5252
beforeEach(() => {
5353
clearWitnessCache();
54+
setWitnessCacheTTL(120_000); // Enable cache for unit tests
5455

5556
blockchainService.modules = {
5657
accumulator: {

0 commit comments

Comments
 (0)