diff options
author | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-07-25 05:40:08 -0700 |
---|---|---|
committer | Dileep Ranganathan <dileep.ranganathan@intel.com> | 2018-08-29 07:25:43 -0700 |
commit | efea1b530c7fda38d24c897baaa00d80766bf75c (patch) | |
tree | 59b794b0606f49f563f897fe0330bd6c3a3a49bf /test/csit/tests | |
parent | 60e0a22e835887d06d266707cc6c0787ef42fb73 (diff) |
Updated wait time to fix optf-has csit failure
Updated the time to wait for MUSIC to come up.
Change-Id: Iee1124db33ae220a2407e8c92cc75fb670df9c87
Issue-ID: OPTFRA-259
Signed-off-by: Dileep Ranganathan <dileep.ranganathan@intel.com>
Diffstat (limited to 'test/csit/tests')
-rw-r--r-- | test/csit/tests/optf-has/has/optf_has_test.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/csit/tests/optf-has/has/optf_has_test.robot b/test/csit/tests/optf-has/has/optf_has_test.robot index 815ffa850..deba6470e 100644 --- a/test/csit/tests/optf-has/has/optf_has_test.robot +++ b/test/csit/tests/optf-has/has/optf_has_test.robot @@ -115,6 +115,7 @@ Get Root Url Log To Console response = ${resp} Log To Console body = ${resp.text} Should Be Equal As Integers ${resp.status_code} 200 + Sleep 10s Wait For 10 seconds Conductor AddHealthcheck Row Into Music [Documentation] It sends a REST PUT request to Music to inject healthcheck plan |