From efea1b530c7fda38d24c897baaa00d80766bf75c Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Wed, 25 Jul 2018 05:40:08 -0700 Subject: 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 --- test/csit/tests/optf-has/has/optf_has_test.robot | 1 + 1 file changed, 1 insertion(+) (limited to 'test/csit/tests/optf-has/has/optf_has_test.robot') 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 -- cgit 1.2.3-korg