diff options
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/health-check.robot | 2 | ||||
-rw-r--r-- | robot/testsuites/portalApp.robot | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/robot/testsuites/health-check.robot b/robot/testsuites/health-check.robot index 2aacf28c..2a3ad4e3 100644 --- a/robot/testsuites/health-check.robot +++ b/robot/testsuites/health-check.robot @@ -1,5 +1,5 @@ *** Settings *** -Test Timeout 1 minute +Test Timeout 10 second Documentation Testing ecomp components are available via calls. ... ... Testing ecomp components are available via calls. diff --git a/robot/testsuites/portalApp.robot b/robot/testsuites/portalApp.robot index 17844f26..56a0e40f 100644 --- a/robot/testsuites/portalApp.robot +++ b/robot/testsuites/portalApp.robot @@ -1,4 +1,5 @@ *** Settings *** +Test Timeout 3 minute Documentation This is RobotFrame work script Resource ../resources/portal-sdk/portalDef.robot Resource ../resources/portal-sdk/portalSdkDef.robot |