From 3ec516a832c94452d99a1f33d1cd169566c1abfd Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Thu, 25 Feb 2016 15:51:31 +0100 Subject: [PATCH] Fix timeouts for Install/Uninstall Karaf Feature 15 seconds is not enough for some of the features. Even one minute may be insufficient. Increase thus the default timeout for these keywords to 3 minutes. Change-Id: If79ece224becea091d3c42c2ecdac84be2b95861 Signed-off-by: Jozef Behran --- csit/libraries/KarafKeywords.robot | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/csit/libraries/KarafKeywords.robot b/csit/libraries/KarafKeywords.robot index f1cc295755..90b4e8c28c 100644 --- a/csit/libraries/KarafKeywords.robot +++ b/csit/libraries/KarafKeywords.robot @@ -67,7 +67,7 @@ Check Karaf Log File Does Not Have Messages Should Be Equal As Strings ${output} 0 Install a Feature - [Arguments] ${feature_name} ${controller}=${ODL_SYSTEM_IP} ${karaf_port}=${KARAF_SHELL_PORT} ${timeout}=15 + [Arguments] ${feature_name} ${controller}=${ODL_SYSTEM_IP} ${karaf_port}=${KARAF_SHELL_PORT} ${timeout}=180 [Documentation] Will Install the given ${feature_name} Log ${timeout} ${output}= Issue Command On Karaf Console feature:install ${feature_name} ${controller} ${karaf_port} ${timeout} @@ -75,7 +75,7 @@ Install a Feature [Return] ${output} Uninstall a Feature - [Arguments] ${feature_name} ${controller}=${ODL_SYSTEM_IP} ${karaf_port}=${KARAF_SHELL_PORT} ${timeout}=15 + [Arguments] ${feature_name} ${controller}=${ODL_SYSTEM_IP} ${karaf_port}=${KARAF_SHELL_PORT} ${timeout}=180 [Documentation] Will UnInstall the given ${feature_name} ${output}= Issue Command On Karaf Console feature:uninstall ${feature_name} ${controller} ${karaf_port} ${timeout} Log ${output} -- 2.36.6