From 2615cfa8f70641e5ebbbd44b8a2caffab7916832 Mon Sep 17 00:00:00 2001 From: Alex E Date: Thu, 21 Nov 2024 20:00:31 +0500 Subject: [PATCH] [FIX] increased timeout for tests --- js/src/tests/oprf.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/js/src/tests/oprf.test.ts b/js/src/tests/oprf.test.ts index 4a71893..10a077c 100644 --- a/js/src/tests/oprf.test.ts +++ b/js/src/tests/oprf.test.ts @@ -6,6 +6,8 @@ import { EncryptionAlgorithm, OPRFOperator, OPRFResponseData, ZKEngine, ZKTOPRFP import { generateProof, verifyProof } from '../zk' import { encryptData } from './utils' +jest.setTimeout(10_000) + const fetcher = makeLocalFileFetch() const threshold = 1