From 7aea86232804faebbe992b9ec6bd69a7bb610648 Mon Sep 17 00:00:00 2001 From: Ward Date: Wed, 9 Jun 2021 16:38:44 +1200 Subject: [PATCH] Update jest.setup.ts --- jest.setup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.setup.ts b/jest.setup.ts index 303ac44..2cf06b9 100644 --- a/jest.setup.ts +++ b/jest.setup.ts @@ -1,3 +1,3 @@ import { jest } from "@jest/globals"; -jest.setTimeout(60) +jest.setTimeout(60000)