Increasing real email test timeout.
This commit is contained in:
parent
843c7c04a7
commit
ec9c0a3ed7
|
@ -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", () => {
|
||||
|
||||
|
|
Loading…
Reference in New Issue