From 967168c00355224afd207a4ea8e4bd0606471919 Mon Sep 17 00:00:00 2001 From: Felipe Reyes Date: Thu, 16 May 2024 14:33:54 +0200 Subject: [PATCH] ceilometer: Bump up timeout The gate is seeing this failure in the test: AssertionError: These metrics should have been published but weren't: disk.root.size, image.size, memory, compute.instance.booting.time, disk.ephemeral.size, image.download, image.serve, vcpus --- zaza/openstack/charm_tests/ceilometer_agent/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zaza/openstack/charm_tests/ceilometer_agent/tests.py b/zaza/openstack/charm_tests/ceilometer_agent/tests.py index cdb196751..7557eaba7 100644 --- a/zaza/openstack/charm_tests/ceilometer_agent/tests.py +++ b/zaza/openstack/charm_tests/ceilometer_agent/tests.py @@ -70,7 +70,7 @@ def test_400_gnocchi_metrics(self): expected_metric_names = self.__get_expected_metric_names( current_os_release) - min_timeout_seconds = 500 + min_timeout_seconds = 1000 polling_interval_seconds = ( openstack_utils.get_application_config_option( self.application_name, 'polling-interval'))