Add default timeout for healthcheck tests
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>
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot
index fdc81cd..da0ef39 100644
--- a/robot/testsuites/health-check.robot
+++ b/robot/testsuites/health-check.robot
@@ -1,4 +1,5 @@
*** Settings ***
+Test Timeout 1 minute
Documentation Testing ecomp components are available via calls.
...
... Testing ecomp components are available via calls.