Skip to content

Commit

Permalink
remove the timer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashish8689 committed Jan 22, 2025
1 parent 043f6d7 commit e03dedb
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ for (const EntityClass of entities) {
test(`Lineage creation from ${defaultEntity.getType()} entity`, async ({
browser,
}) => {
test.setTimeout(300_000);

const { page } = await createNewPage(browser);
const { currentEntity, entities, cleanup } = await setupEntitiesForLineage(
page,
Expand Down Expand Up @@ -200,8 +198,6 @@ test('Verify column lineage between tables', async ({ browser }) => {
});

test('Verify column lineage between table and topic', async ({ browser }) => {
test.slow(true);

const { page } = await createNewPage(browser);
const { apiContext, afterAction } = await getApiContext(page);
const table = new TableClass();
Expand Down

0 comments on commit e03dedb

Please sign in to comment.