Increasing time delay for feature installation 99/40099/2
authorRuchita <ruchita.khanna@tcs.com>
Thu, 9 Jun 2016 09:29:27 +0000 (14:59 +0530)
committerJamo Luhrsen <jluhrsen@redhat.com>
Fri, 10 Jun 2016 22:36:04 +0000 (22:36 +0000)
Change-Id: Iac719cae522d57986c0f055fb7551b887372551e
Signed-off-by: Ruchita <ruchita.khanna@tcs.com>
csit/suites/centinel/basic/020_FeatureInstallation.robot

index 47494427b244e76ff5c2f6227f6ad1679ed13a22..ff3cb2ab7073b6431f7f85f4b92b8e4e644536e2 100644 (file)
@@ -11,7 +11,7 @@ Variables         ../../../variables/Variables.py
 
 *** Test Cases ***
 Centinel Feature Installation
-    Install a Feature    odl-centinel-all    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    60
+    Install a Feature    odl-centinel-all    ${ODL_SYSTEM_IP}    ${KARAF_SHELL_PORT}    120
     Verify Feature Is Installed    odl-centinel-all
     ${strings_to_verify}=    Create List    Stream handler provider initated
-    Wait Until Keyword Succeeds    120s    1s    Check For Elements On Karaf Command Output Message    log:display | grep "Stream handler provider initated"    ${strings_to_verify}
+    Wait Until Keyword Succeeds    180s    1s    Check For Elements On Karaf Command Output Message    log:display | grep "Stream handler provider initated"    ${strings_to_verify}