Remove the custom timeout for Advanced Search (#19935)

This commit is contained in:
Aniket Katkar 2025-02-25 10:27:34 +05:30 committed by GitHub
parent e9e0ed0968
commit 08fbd32871
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,11 +28,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 creationConfig: EntityDataClassCreationConfig = {
table: true,
topic: true,