Add jenkins charts
[it/dep.git] / smo-install / test / pythonsdk / src / orantests / smo / smo.py
index 49be803..f0a9a74 100644 (file)
@@ -42,4 +42,4 @@ class Smo():
     @classmethod
     def wait_for_smo_to_be_running(cls):
         """Check and wait for the SMo to be running."""
-        wait(lambda: cls.onap.is_onap_up() and cls.non_rt_ric.is_nonrtric_up(), sleep_seconds=10, timeout_seconds=300, waiting_for="SMO to be ready")
+        wait(lambda: cls.onap.is_onap_up() and cls.non_rt_ric.is_nonrtric_up(), sleep_seconds=settings.SMO_CHECK_RETRY, timeout_seconds=settings.SMO_CHECK_TIMEOUT, waiting_for="SMO to be ready")