mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-08 15:04:29 +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 { assignTier } from '../../utils/entity';
|
||||||
import { sidebarClick } from '../../utils/sidebar';
|
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 = {
|
const creationConfig: EntityDataClassCreationConfig = {
|
||||||
table: true,
|
table: true,
|
||||||
topic: true,
|
topic: true,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user