From 547cc73cc55d65c216518831ab5bc8ae8afbd479 Mon Sep 17 00:00:00 2001 From: Aniket Katkar Date: Tue, 25 Feb 2025 10:27:34 +0530 Subject: [PATCH] Remove the custom timeout for Advanced Search (#19935) --- .../ui/playwright/e2e/Features/AdvancedSearch.spec.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/AdvancedSearch.spec.ts b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/AdvancedSearch.spec.ts index 8f04b37c7e93..5ca21ebed719 100644 --- a/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/AdvancedSearch.spec.ts +++ b/openmetadata-ui/src/main/resources/ui/playwright/e2e/Features/AdvancedSearch.spec.ts @@ -27,11 +27,6 @@ import { createNewPage, redirectToHomePage } from '../../utils/common'; import { assignTier } from '../../utils/entity'; import { sidebarClick } from '../../utils/sidebar'; -test.describe.configure({ - // 4 minutes to avoid test timeout happening some times in AUTs - timeout: 4 * 60 * 1000, -}); - const user = new UserClass(); const table = new TableClass(undefined, 'Regular'); let glossaryEntity: Glossary;