Skip to content

Commit

Permalink
Update tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
SoraSuegami committed Oct 6, 2023
1 parent 6b9f72e commit 22ce267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/circuits/tests/account_init.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { generateCircuitInputs } from "@zk-email/helpers/dist/input-helpers";

// const zkemailHelper = require("@zk-email/helpers");
// const grumpkin = require("circom-grumpkin");
jest.setTimeout(240000);
jest.setTimeout(360000);
describe("Account Initialization", () => {
it("init an account", async () => {
const emailRaw = readFileSync(path.join(__dirname, "./emails/account_init_test1.eml"), "utf8");
Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/tests/account_transport.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { generateCircuitInputs } from "@zk-email/helpers/dist/input-helpers";

// const zkemailHelper = require("@zk-email/helpers");
// const grumpkin = require("circom-grumpkin");
jest.setTimeout(240000);
jest.setTimeout(360000);
describe("Account Transport", () => {
it("transport an account", async () => {
const emailRaw = readFileSync(path.join(__dirname, "./emails/account_init_test1.eml"), "utf8");
Expand Down
2 changes: 1 addition & 1 deletion packages/circuits/tests/email_sender.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { generateCircuitInputs } from "@zk-email/helpers/dist/input-helpers";

// const zkemailHelper = require("@zk-email/helpers");
// const grumpkin = require("circom-grumpkin");
jest.setTimeout(240000);
jest.setTimeout(360000);
describe("Email Sender", () => {
it("Verify a sent email", async () => {
const emailRaw = readFileSync(path.join(__dirname, "./emails/email_sender_test1.eml"), "utf8");
Expand Down

0 comments on commit 22ce267

Please sign in to comment.