Revert "Feature 11001: Robot framework linting for E2E tests"
[osm/tests.git] / robot-systest / testsuite / heal_03-multiple_healing.robot
index 89f67dd..f52bb95 100644 (file)
@@ -51,7 +51,8 @@ ${nsd_name}   volumes_nativecharm-ns
 # NS instance name and configuration
 ${ns_name}   heal_03
 ${ns_config}   {vld: [ {name: mgmtnet, vim-network-name: %{VIM_MGMT_NET}} ] }
-${scale_wait_time}   4min
+${ns_timeout}   6min
+${scale_wait_time}   5min
 
 # SSH keys and username to be used
 ${publickey}   %{HOME}/.ssh/id_rsa.pub
@@ -76,7 +77,7 @@ Create NS Descriptor
 
 
 Network Service Instance Test
-    ${id}=   Create Network Service   ${nsd_name}   %{VIM_TARGET}   ${ns_name}   ${ns_config}   ${publickey}
+    ${id}=   Create Network Service   ${nsd_name}   %{VIM_TARGET}   ${ns_name}   ${ns_config}   ${publickey}   ${ns_timeout}
     Set Suite Variable   ${ns_id}   ${id}