Add default timeout for healthcheck tests 59/34959/1
authormrichomme <morgan.richomme@orange.com>
Fri, 9 Mar 2018 13:59:15 +0000 (14:59 +0100)
committermrichomme <morgan.richomme@orange.com>
Fri, 9 Mar 2018 13:59:15 +0000 (14:59 +0100)
sometimes tests get stuck due to the fact that the component is not
answering
it prevents from reporting the results properly and consume CI time

Issue-ID: TEST-82

Change-Id: I8e8227fa7d9c123ecb6f8872c616775b4d1cfe26
Signed-off-by: mrichomme <morgan.richomme@orange.com>
robot/testsuites/health-check.robot

index fdc81cd..da0ef39 100644 (file)
@@ -1,4 +1,5 @@
 *** Settings ***
+Test Timeout    1 minute
 Documentation    Testing ecomp components are available via calls.
 ...
 ...                  Testing ecomp components are available via calls.