From 562097d8d4407ba5c97775a5c98b4fd514325fff Mon Sep 17 00:00:00 2001 From: mrichomme Date: Fri, 9 Mar 2018 14:59:15 +0100 Subject: 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 --- robot/testsuites/health-check.robot | 1 + 1 file changed, 1 insertion(+) diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index fdc81cd0..da0ef392 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. -- cgit 1.2.3-korg