From f8fe135ca821e62aeb8a74a8e4053bc64199896d Mon Sep 17 00:00:00 2001 From: Wing-Kam Wong Date: Mon, 19 Jun 2023 15:32:28 +0800 Subject: [PATCH] fix(playwrights): increase timeout --- tests/playwright/pages/Base.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/playwright/pages/Base.ts b/tests/playwright/pages/Base.ts index 6dca0b1246..d16253fcb3 100644 --- a/tests/playwright/pages/Base.ts +++ b/tests/playwright/pages/Base.ts @@ -46,7 +46,7 @@ export default abstract class BasePage { ); }, { - timeout: 30000, + timeout: 60000, } );