Skip to content

Commit

Permalink
[FIX] increased timeout for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Scratch-net committed Nov 21, 2024
1 parent 6acb25a commit 2615cfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/src/tests/oprf.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2615cfa

Please sign in to comment.