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',