From 047b40fb544597ae6a813c6728d835c034be56f7 Mon Sep 17 00:00:00 2001 From: Andreas Christou Date: Fri, 19 Sep 2025 16:08:49 +0200 Subject: [PATCH] Azure: Increase test timeout (#111370) Increase test timeout --- .../azuremonitor/components/TracesQueryEditor/Filters.test.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/Filters.test.tsx b/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/Filters.test.tsx index b6154d9205e..89d109c4600 100644 --- a/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/Filters.test.tsx +++ b/public/app/plugins/datasource/azuremonitor/components/TracesQueryEditor/Filters.test.tsx @@ -27,6 +27,7 @@ jest.mock('@grafana/runtime', () => { }), }; }); +jest.setTimeout(10000); const variableOptionGroup = { label: 'Template variables',