From a9c4c76671c624be07180645971a898e40bb6f49 Mon Sep 17 00:00:00 2001 From: Chirag Madlani <12962843+chirag-madlani@users.noreply.github.com> Date: Fri, 13 Sep 2024 02:18:24 +0530 Subject: [PATCH] ui: playwright increase test timeout (cherry picked from commit 5b117539f821a8d2194bef4fa4958b4932401e41) --- openmetadata-ui/src/main/resources/ui/playwright.config.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/openmetadata-ui/src/main/resources/ui/playwright.config.ts b/openmetadata-ui/src/main/resources/ui/playwright.config.ts index 8344ace0e9e..fc826c4f1bb 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright.config.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright.config.ts @@ -84,6 +84,10 @@ export default defineConfig({ }, ], + // Increase timeout for the test + timeout: 60000, + + /* Run your local dev server before starting the tests */ // webServer: { // command: 'npm run start',