From a6ea0026c67aa9c8397594f4c85d462d5dce9992 Mon Sep 17 00:00:00 2001 From: kaloster Date: Tue, 10 Sep 2024 16:44:16 -0400 Subject: [PATCH] timeout --- client/jest-puppeteer.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/client/jest-puppeteer.config.js b/client/jest-puppeteer.config.js index c6eb18e41..a3391a6fd 100644 --- a/client/jest-puppeteer.config.js +++ b/client/jest-puppeteer.config.js @@ -14,7 +14,6 @@ const DEFAULT_LAUNCH_CONFIG = { headless: !isHeadful, args: ["--ignore-certificate-errors", "--ignore-ssl-errors"], ignoreHTTPSErrors: true, - timeout: 90000, defaultViewport: { width: 1280, height: 960,