From 895f05139d5d83496f1db507c15e760e552f5f58 Mon Sep 17 00:00:00 2001 From: Leandro Facchinetti Date: Tue, 16 Mar 2021 00:48:27 +0000 Subject: [PATCH] --- src/index.test.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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(