mirror of
https://github.com/louislam/uptime-kuma.git
synced 2024-11-23 14:54:05 +00:00
[test] increase the timeout for reset-password
This commit is contained in:
parent
a419aa527f
commit
0f3ab7b1d8
1 changed files with 1 additions and 0 deletions
|
@ -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…
Reference in a new issue