1
0
Fork 0
mirror of synced 2024-09-28 15:21:28 +12:00

Increasing real email test timeout.

This commit is contained in:
mike12345567 2022-07-13 13:32:06 +01:00
parent 843c7c04a7
commit ec9c0a3ed7

View file

@ -4,7 +4,7 @@ const nodemailer = require("nodemailer")
const fetch = require("node-fetch") const fetch = require("node-fetch")
// for the real email tests give them a long time to try complete/fail // for the real email tests give them a long time to try complete/fail
jest.setTimeout(30000) jest.setTimeout(60000)
describe("/api/global/email", () => { describe("/api/global/email", () => {