Skip to content

Commit 6a0cbf9

Browse files
author
Prithvi Kanherkar
committed
Update CryptoOps.spec.ts
1 parent aaa3567 commit 6a0cbf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/msal-browser/test/crypto/CryptoOps.spec.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,5 @@ describe("CryptoOps.ts Unit Tests", () => {
9090
expect(generateKeyPairSpy.calledWith(true, ["sign", "verify"]));
9191
expect(exportJwkSpy.calledWith((await generateKeyPairSpy.returnValues[0]).publicKey));
9292
expect(regExp.test(pkThumbprint)).to.be.true;
93-
}).timeout(800);
93+
}).timeout(2500);
9494
});

0 commit comments

Comments
 (0)