Skip to content

Commit

Permalink
ceilometer: Bump up timeout
Browse files Browse the repository at this point in the history
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
  • Loading branch information
freyes committed May 16, 2024
1 parent 31a3513 commit 967168c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zaza/openstack/charm_tests/ceilometer_agent/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'))
Expand Down

0 comments on commit 967168c

Please sign in to comment.