mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
Remove the custom timeout for Advanced Search (#19935)
This commit is contained in:
parent
e9e0ed0968
commit
08fbd32871
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user