diff options
author | krzysztof kuzmicki <krzysztof.kuzmicki@nokia.com> | 2019-05-15 12:55:40 +0200 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-05-17 12:09:08 +0000 |
commit | 53bf66a7dd5b548297d2ba49e8f07327e747262d (patch) | |
tree | f4f0e5d5eaf5ba898849a96d5d365324454149eb /robot/testsuites | |
parent | ea9d2090c00f1c163e60ba2e6d8cf20314d4ef22 (diff) |
Add test timout set for 3m in order to stop test when mesage router is not responding
Issue-ID: INT-1065
Change-Id: I8fb817f32a2244452e58794eb705c481991addca
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/pnf-registration.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/robot/testsuites/pnf-registration.robot b/robot/testsuites/pnf-registration.robot index 6336df2b..d8be817e 100644 --- a/robot/testsuites/pnf-registration.robot +++ b/robot/testsuites/pnf-registration.robot @@ -1,5 +1,7 @@ *** Settings *** Documentation Executes the PNF registration test cases including setup and teardown +Test Timeout 3m + ... Resource ../resources/test_templates/pnf_registration_without_SO_template.robot |