X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=smo-install%2Ftest%2Fpythonsdk%2Fsrc%2Forantests%2Fsmo%2Fsmo.py;h=f0a9a7414e63228baa13fc3abc500bbcd20d7802;hb=dd88f8e183d4463db48e1db2abb5d101e3dfb02a;hp=49be803521f572fa2120b97711b9cdef79283f48;hpb=aed39eed3108410e207827c54b103581e45ae3ed;p=it%2Fdep.git diff --git a/smo-install/test/pythonsdk/src/orantests/smo/smo.py b/smo-install/test/pythonsdk/src/orantests/smo/smo.py index 49be8035..f0a9a741 100644 --- a/smo-install/test/pythonsdk/src/orantests/smo/smo.py +++ b/smo-install/test/pythonsdk/src/orantests/smo/smo.py @@ -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")