Skip to content

Commit

Permalink
updating timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
nitro-neal committed Apr 9, 2024
1 parent dc72c5a commit 08974e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dids/tests/methods/did-dht.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1157,6 +1157,6 @@ describe('DidDhtDocument', () => {
const didResolutionResult = await DidDht.resolve(vector.input.didUri);
expect(didResolutionResult.didResolutionMetadata.error).to.equal(vector.output.didResolutionMetadata.error);
}
}).timeout(30000); // Set timeout to 30 seconds for this test for did:dht resolution timeout test
}).timeout(300000); // Set timeout to 300 seconds for this test for did:dht resolution timeout test
});
});

0 comments on commit 08974e1

Please sign in to comment.