From 09ea206329fd9dca4c4d65a7bbb342f30d13fddd Mon Sep 17 00:00:00 2001
From: Christoph Alt <christoph.alt@fau.de>
Date: Thu, 3 Nov 2022 16:46:51 +0100
Subject: [PATCH] fixed test

---
 tests/test_dashboard_creation.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test_dashboard_creation.py b/tests/test_dashboard_creation.py
index 146ed7a..879ed5d 100644
--- a/tests/test_dashboard_creation.py
+++ b/tests/test_dashboard_creation.py
@@ -72,7 +72,7 @@ dashboard = Dashboard(
         ),
     ],
     templating=Templating([host_var, collisionsetup_var, cellsPerBlock_var]),
-    time=Time('now-7d', 'now'),
+    time=Time('now-30d', 'now'),
     annotations=get_commit_annotation(dataSource, "red", "commits", measurment_name),
 ).auto_panel_ids()
 
-- 
GitLab