Skip to content

Commit

Permalink
bump timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block committed Aug 22, 2023
1 parent 33ca2e7 commit d44b4a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/agent/tests/did-manager.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ describe('DidManager', () => {
// Verify that the DID was NOT stored under the new DID's tenant.
storedDid = await testAgent.agent.didManager.get({ didRef: managedDid.did, context: managedDid.did });
expect(storedDid).to.not.exist;
});
}).timeout(30000);
}
});

Expand Down

0 comments on commit d44b4a9

Please sign in to comment.