From 9c230de9d7118ab1b7cfb4ae47f5535edaf17080 Mon Sep 17 00:00:00 2001 From: Thomas Dondorf Date: Sun, 17 Mar 2024 13:50:25 +0100 Subject: [PATCH] Increased timeout --- test/_config/setup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/_config/setup.js b/test/_config/setup.js index 98cfffe0..4d769aa0 100644 --- a/test/_config/setup.js +++ b/test/_config/setup.js @@ -1,3 +1,3 @@ // launching Chrome instances takes some time on travis -jest.setTimeout(30000); \ No newline at end of file +jest.setTimeout(120000); \ No newline at end of file