aboutsummaryrefslogtreecommitdiffstats
path: root/csit/tests/sdnc/resources/sdnc-keywords.robot
diff options
context:
space:
mode:
Diffstat (limited to 'csit/tests/sdnc/resources/sdnc-keywords.robot')
-rw-r--r--csit/tests/sdnc/resources/sdnc-keywords.robot2
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/tests/sdnc/resources/sdnc-keywords.robot b/csit/tests/sdnc/resources/sdnc-keywords.robot
index 8c417bc3..4c4750db 100644
--- a/csit/tests/sdnc/resources/sdnc-keywords.robot
+++ b/csit/tests/sdnc/resources/sdnc-keywords.robot
@@ -45,7 +45,7 @@ Send Get Request And Validate TLS Connection Response
${mount}= Get File ${REQUEST_DATA_PATH}${/}mount.xml
&{headers}= Create Dictionary Content-Type=application/xml Accept=application/xml
${resp}= PUT On Session sdnc_restconf ${url} data=${mount} headers=${headers} expected_status=201
- Sleep 30
+ Sleep 120
&{headers1}= Create Dictionary Content-Type=application/json Accept=application/json
${resp1}= GET On Session sdnc_restconf ${PNFSIM_MOUNT_PATH} headers=${headers1} expected_status=${resp_code}