Browse Source

[test] increase the timeout for reset-password

pull/719/head
Louis Lam 3 years ago
parent
commit
0f3ab7b1d8
  1. 1
      test/backend.spec.js

1
test/backend.spec.js

@ -39,6 +39,7 @@ describe("Test genSecret", () => {
describe("Test reset-password", () => {
it("should able to run", async () => {
jest.setTimeout(120000);
await require("../extra/reset-password").main();
});
});

Loading…
Cancel
Save