diff --git a/public/app/features/dashboard-scene/scene/DashboardGridItem.test.tsx b/public/app/features/dashboard-scene/scene/DashboardGridItem.test.tsx index a0e90f58d7a..e56fe084dcb 100644 --- a/public/app/features/dashboard-scene/scene/DashboardGridItem.test.tsx +++ b/public/app/features/dashboard-scene/scene/DashboardGridItem.test.tsx @@ -47,7 +47,7 @@ describe('PanelRepeaterGridItem', () => { expect(repeater.state.repeatedPanels?.length).toBe(0); - await new Promise((r) => setTimeout(r, 10)); + await new Promise((r) => setTimeout(r, 100)); expect(repeater.state.repeatedPanels?.length).toBe(1); });