diff options
author | Yang Xu <yang.xu3@huawei.com> | 2019-05-17 12:06:47 -0400 |
---|---|---|
committer | Yang Xu <yang.xu3@huawei.com> | 2019-05-17 16:09:14 +0000 |
commit | 48e860f4e2af5bcca8041c5623b511cb8b90b602 (patch) | |
tree | a4a5efdce7c3d80354645260ecefdb122107daef | |
parent | 53bf66a7dd5b548297d2ba49e8f07327e747262d (diff) |
Increase healthcheck timeout to 15 seconds
Change-Id: I6ecc346d9a0ee7cd3be4af8baa8fb025bb382bf0
Issue-ID: INT-1081
Signed-off-by: Yang Xu <yang.xu3@huawei.com>
-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 ad6a209c..2df8b135 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -2,7 +2,7 @@ Documentation Testing ecomp components are available via calls. ... ... Testing ecomp components are available via calls. -Test Timeout 10 second +Test Timeout 15 second Resource ../resources/dcae_interface.robot Resource ../resources/sdngc_interface.robot Resource ../resources/aai/aai_interface.robot |