Increate default timout to 2s for netconf CRUD 37/57637/4
authorPeter Gubka <pgubka@cisco.com>
Mon, 22 May 2017 15:53:38 +0000 (17:53 +0200)
committerVratko Polák <vrpolak@cisco.com>
Wed, 24 May 2017 07:43:33 +0000 (07:43 +0000)
Change-Id: I4af2bcc8a6767143c1c65d952e7baf14acae41a8
Signed-off-by: Peter Gubka <pgubka@cisco.com>
csit/libraries/NetconfKeywords.robot

index efbc46917b00aa388e8068a9391a801a0ac7a8bd..39b75226d2806429a9f31d76ff7a41a44b2b2485 100644 (file)
@@ -37,7 +37,7 @@ Setup_NetconfKeywords
     [Documentation]    Setup the environment for the other keywords of this Resource to work properly.
     ${tmp}=    BuiltIn.Create_Dictionary
     BuiltIn.Set_Suite_Variable    ${NetconfKeywords__mounted_device_types}    ${tmp}
-    BuiltIn.Run_Keyword_If    ${create_session_for_templated_requests}    TemplatedRequests.Create_Default_Session
+    BuiltIn.Run_Keyword_If    ${create_session_for_templated_requests}    TemplatedRequests.Create_Default_Session    timeout=2
     NexusKeywords.Initialize_Artifact_Deployment_And_Usage
 
 Configure_Device_In_Netconf