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'))