From 86eb7d89fdf9ba69f5640fee8ad90c160c1009b2 Mon Sep 17 00:00:00 2001 From: Anthony Hastings Date: Sun, 22 Oct 2023 21:35:21 +0100 Subject: [PATCH] increasing timeout to handle CI/CD having to pull images --- jest.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jest.config.mjs b/jest.config.mjs index 7c1448b..47cc374 100644 --- a/jest.config.mjs +++ b/jest.config.mjs @@ -1,5 +1,5 @@ export default { testEnvironment: 'node', - testTimeout: 20000, + testTimeout: 40000, verbose: true, };