Merge "tempest: tell tempest our scenario are long"
diff --git a/ceilometer/tests/tempest/scenario/test_telemetry_integration.py b/ceilometer/tests/tempest/scenario/test_telemetry_integration.py
index 8e20e4f..d2dec4b 100644
--- a/ceilometer/tests/tempest/scenario/test_telemetry_integration.py
+++ b/ceilometer/tests/tempest/scenario/test_telemetry_integration.py
@@ -27,6 +27,8 @@
 class TestTelemetryIntegration(manager.ScenarioTest):
     credentials = ['admin', 'primary']
 
+    TIMEOUT_SCALING_FACTOR = 5
+
     @classmethod
     def skip_checks(cls):
         super(TestTelemetryIntegration, cls).skip_checks()