[test] increase the timeout for reset-password

This commit is contained in:
Louis Lam 2021-10-16 12:56:33 +08:00
parent a419aa527f
commit 0f3ab7b1d8

View File

@ -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();
});
});