diff --git a/src/index.test.ts b/src/index.test.ts index 34b97a7..0f2479c 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -1,4 +1,4 @@ -import { test, expect } from "@jest/globals"; +import { jest, test, expect } from "@jest/globals"; import os from "os"; import path from "path"; import fs from "fs"; @@ -7,6 +7,8 @@ import nodemailer from "nodemailer"; import html from "@leafac/html"; import killTheNewsletter from "."; +jest.setTimeout(300_000); + test("Kill the Newsletter!", async () => { // Start servers const rootDirectory = fs.mkdtempSync(