diff options
author | mrichomme <morgan.richomme@orange.com> | 2018-03-09 14:59:15 +0100 |
---|---|---|
committer | mrichomme <morgan.richomme@orange.com> | 2018-03-09 14:59:15 +0100 |
commit | 562097d8d4407ba5c97775a5c98b4fd514325fff (patch) | |
tree | a11c19a45a5c02779b54f6ffca07ee5512641d97 /robot/testsuites/health-check.robot | |
parent | e2f54b43a0bb40d7549c1a2bd9bf86bdaa1be67a (diff) |
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>
Diffstat (limited to 'robot/testsuites/health-check.robot')
-rw-r--r-- | robot/testsuites/health-check.robot | 1 |
1 files changed, 1 insertions, 0 deletions
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. |