We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa3567 commit 6a0cbf9Copy full SHA for 6a0cbf9
lib/msal-browser/test/crypto/CryptoOps.spec.ts
@@ -90,5 +90,5 @@ describe("CryptoOps.ts Unit Tests", () => {
90
expect(generateKeyPairSpy.calledWith(true, ["sign", "verify"]));
91
expect(exportJwkSpy.calledWith((await generateKeyPairSpy.returnValues[0]).publicKey));
92
expect(regExp.test(pkThumbprint)).to.be.true;
93
- }).timeout(800);
+ }).timeout(2500);
94
});
0 commit comments