diff --git a/tests/test_dashboard_creation.py b/tests/test_dashboard_creation.py
index 146ed7a0612d591f9e45729644f09fad2ec08f6d..879ed5dfea0d04905e59ed3aeeb28ec6616d90a0 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()