diff options
Diffstat (limited to 'cmso-robot/robot')
-rw-r--r-- | cmso-robot/robot/assets/test_properties.py | 1 | ||||
-rw-r--r-- | cmso-robot/robot/testsuites/AAAwait_for_server.robot | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/cmso-robot/robot/assets/test_properties.py b/cmso-robot/robot/assets/test_properties.py index 74c5aed..38840ac 100644 --- a/cmso-robot/robot/assets/test_properties.py +++ b/cmso-robot/robot/assets/test_properties.py @@ -18,6 +18,7 @@ GLOBAL_CALLBACK_PASSWORD = "onap-user" GLOBAL_APPLICATION_ID= "schedulertest" GLOBAL_CALLBACK_URL="http://localhost:8900/scheduler/v1/loopbacktest/vid" +CMSO_STARTUP_WAIT_TIME="600s" diff --git a/cmso-robot/robot/testsuites/AAAwait_for_server.robot b/cmso-robot/robot/testsuites/AAAwait_for_server.robot index c655c98..7794602 100644 --- a/cmso-robot/robot/testsuites/AAAwait_for_server.robot +++ b/cmso-robot/robot/testsuites/AAAwait_for_server.robot @@ -10,7 +10,7 @@ Resource ../resources/scheduler_common.robot *** Test Cases *** Wait For Healthy CMSO [Tags] ete - Wait Until Keyword Succeeds 240s 30s CMSO Health Check + Wait Until Keyword Succeeds ${CMSO_STARTUP_WAIT_TIME} 30s CMSO Health Check *** Keywords *** CMSO Health Check |