diff --git a/playwright.config.ts b/playwright.config.ts index 3fc6210898c..856a756bf91 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -16,7 +16,7 @@ export default defineConfig({ /* Run tests in files in parallel */ fullyParallel: true, timeout: 3*60*1000, //each test execution time is set to 3 min - expect: { timeout: 1*45*1000 }, //wait time for the assertion to be true 45 sec + expect: { timeout: 1*110*1000 }, //wait time for the assertion to be true 110 sec /* Fail the build on CI if you accidentally left test.only in the source code. */ forbidOnly: !!process.env.CI,