From 5a97bdfe877a20c9779970cad6daac8c99cc4c4c Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 22 Mar 2023 11:22:22 +0200 Subject: [PATCH] Increase playwright timeout sometimes it takes more time because of paypal loading --- playwright.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playwright.config.js b/playwright.config.js index 1a1663f2e..6ade8826a 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -2,7 +2,7 @@ require('dotenv').config({ path: '.env.e2e' }); const config = { testDir: './tests/playwright', - timeout: 30000, + timeout: 60000, use: { baseURL: process.env.BASEURL, ignoreHTTPSErrors: true,