From 7db0ff09b3e3b821ad657ab555afa9795514952d Mon Sep 17 00:00:00 2001 From: "Md. Nahid Hasan" <42797913+nahidthenh@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:08:57 +0600 Subject: [PATCH] Increase default timeout to 60 seconds --- playwright.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.js b/playwright.config.js index 5fb5342..0d16781 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -26,6 +26,7 @@ module.exports = defineConfig({ ['dot'], // Console output reporter ], outputDir: 'test-results', + timeout: 60000, // Increase default timeout to 60 seconds use: { baseURL: 'https://embedpress.qa1.site/', trace: 'on-first-retry',