Increase timeout for apidocs URI to 90s 08/91308/1
authorJamo Luhrsen <jluhrsen@gmail.com>
Mon, 13 Jul 2020 21:22:20 +0000 (14:22 -0700)
committerJamo Luhrsen <jluhrsen@gmail.com>
Mon, 13 Jul 2020 21:22:20 +0000 (14:22 -0700)
It seems that 60s might not be long enough in all cases as we
see this test fail sometimes. Let's try 90s to see if it helps.

Signed-off-by: Jamo Luhrsen <jluhrsen@gmail.com>
Change-Id: Id3eb7547dd4be8bac6d3a96ad384d950614a55e8

csit/suites/netconf/apidocs/apidocs.robot

index 8484a6f9a0118371af5f350b09ccb9325d014ffd..f11422b112c31b83301c75e620e73199b53359cd 100644 (file)
@@ -13,5 +13,5 @@ ${VAR_DIR}        ${CURDIR}/../../../variables/apidoc
 Get Apidoc Apis
     [Documentation]    Get the Apidoc Apis list, check 200 status and apis string presence.
     ${path} =    CompareStream.Set_Variable_If_At_Least_Aluminium    openapi    apis
-    ${resp} =    TemplatedRequests.Get_As_Json_Templated    folder=${VAR_DIR}/${path}    http_timeout=60
+    ${resp} =    TemplatedRequests.Get_As_Json_Templated    folder=${VAR_DIR}/${path}    http_timeout=90
     BuiltIn.Should_Contain    ${resp}    api