Skip to content

Commit

Permalink
chore: increase poll duration for contract tests
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Mar 5, 2024
1 parent ac29758 commit 4428234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions contracts/tests/EASGatekeeper.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ describe("EAS Gatekeeper", () => {
],
});
}

signer = await getDefaultSigner();
signerAddress = await signer.getAddress();
easGatekeeper = await deployContract("EASGatekeeper", signer, true, easAddress, trustedAttester, toBeArray(schema));
Expand Down
2 changes: 1 addition & 1 deletion contracts/tests/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { MaxValues, TreeDepths } from "maci-core";
import { G1Point, G2Point } from "maci-crypto";
import { VerifyingKey } from "maci-domainobjs";

export const duration = 20;
export const duration = 2_000;

export const STATE_TREE_DEPTH = 10;
export const STATE_TREE_ARITY = 5;
Expand Down

0 comments on commit 4428234

Please sign in to comment.