Skip to content

Commit 50f1eba

Browse files
Update
1 parent 534a221 commit 50f1eba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ui/src/pages/Dashboard/tests/DashBoardPage.test.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ it('render with all default dashboards', async () => {
5151
render(<DashboardPage />);
5252
await waitFor(
5353
() => expect(screen.queryAllByTestId('wait-spinner').length).toBe(0), // no waiting spinner should be present
54-
{ timeout: 7000 }
54+
{ timeout: 15000 }
5555
);
5656

5757
const timeLabels = await screen.findAllByText('Time');
@@ -86,4 +86,4 @@ it('render with all default dashboards', async () => {
8686

8787
expect(elementWithId).toBeInTheDocument();
8888
});
89-
}, 8000);
89+
}, 20000);

ui/src/pages/Dashboard/tests/DashboardModal.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,5 @@ describe('render data ingestion modal inputs', () => {
9494
expect(screen.getByTestId(id)).toBeInTheDocument();
9595
});
9696
});
97-
});
97+
}, 20000);
9898
});

0 commit comments

Comments
 (0)