From f48bd9485e7befbf3f4b055b5a6c67f3feb1b989 Mon Sep 17 00:00:00 2001 From: marc tobias Date: Mon, 12 Aug 2024 13:23:21 +0200 Subject: [PATCH] tests: increase timeout --- test/_bootstrap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/_bootstrap.js b/test/_bootstrap.js index 746d15d..e608d2b 100644 --- a/test/_bootstrap.js +++ b/test/_bootstrap.js @@ -62,7 +62,7 @@ Nominatim_Config.Reverse_Only = ${reverse_only}; // 3. Create browser instance global.browser = await puppeteer.launch({ defaultViewport: { width: 1024, height: 768 }, - timeout: 10000, + timeout: 20000, // latency: 1000, headless: 'new', args: [ -- 2.39.5