diff options
author | morganrol <morgan.richomme@orange.com> | 2021-11-20 11:53:57 +0100 |
---|---|---|
committer | morganrol <morgan.richomme@orange.com> | 2021-11-20 11:53:57 +0100 |
commit | 833f63a379b3026929c7ae58674e04cb37b2af37 (patch) | |
tree | cc6b47ed110b56bf3b1134b49e8c17a3109a84b6 | |
parent | afc323263e11f57e611645119739d88084393b5c (diff) |
[TIMEOUT] Extend healthcheck timeout value
20s is sometimes too short for OOF healthcheck
Extent the timeout value
Issue-ID: INT-2006
Signed-off-by: morganrol <morgan.richomme@orange.com>
Change-Id: I77b946e1e31231fc19852b371dfed4dd8c32e316
-rw-r--r-- | robot/testsuites/health-check.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 510b1f62..3025a903 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -1,6 +1,6 @@ *** Settings *** Documentation Test that ONAP components are available via basic API calls -Test Timeout 20 seconds +Test Timeout 100 seconds Library ONAPLibrary.SO WITH NAME SO |