1
0
Fork 0
mirror of synced 2024-08-10 07:38:30 +12:00

Increasing real email test timeout.

This commit is contained in:
mike12345567 2022-07-13 13:32:06 +01:00
parent d79ae0d7e1
commit 18fde073e4

View file

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