Skip to content

Commit

Permalink
Mark ElGamal test as heavy to avoid timeout on CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
msinkec committed Oct 24, 2023
1 parent c2ec6e4 commit 10b419c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/elGamalHE.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function decrypt(ct: CT, k: bigint): Point {
return SECP256K1.addPoints(ct.c2, kNegc1)
}

describe('Test SmartContract `ElGamalHE`', () => {
describe('Heavy: Test SmartContract `ElGamalHE`', () => {
// For mG maps mG.x to m
let lookupTable: Map<bigint, bigint>

Expand Down

0 comments on commit 10b419c

Please sign in to comment.