From a991f0eec9eb0b25e39130326f00e60324f27b26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20N=C3=A9grier?= Date: Mon, 6 Dec 2021 12:04:04 +0100 Subject: [PATCH] increase timeouts (who knows....) --- tests/.testcaferc.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/.testcaferc.js b/tests/.testcaferc.js index bf42a985..1c025939 100644 --- a/tests/.testcaferc.js +++ b/tests/.testcaferc.js @@ -9,8 +9,8 @@ module.exports = { "takeOnFails": true, "thumbnails": false, }, - "assertionTimeout": 10000, - "selectorTimeout": 40000, + "assertionTimeout": 20000, + "selectorTimeout": 60000, "videoPath": "screenshots/videos",