diff --git a/operator/operator-robot-image/robot/tests/persistence/persistence.robot b/operator/operator-robot-image/robot/tests/persistence/persistence.robot index d4b681b0..ae5491d2 100644 --- a/operator/operator-robot-image/robot/tests/persistence/persistence.robot +++ b/operator/operator-robot-image/robot/tests/persistence/persistence.robot @@ -113,6 +113,10 @@ Test Change Password Function Change Rabbitmq Password Through Function ${pod_name} ${NEW_PASS} + Sleep 10s + + Wait Until Keyword Succeeds 2 min 10 sec Is Rabbit Alive + Change Rabbitmq Password Through Function ${pod_name} ${old_password} [Teardown] Change Rabbitmq Password With Function Teardown ${pod_name} ${old_password}