diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2019-05-06 15:37:27 +0200 |
---|---|---|
committer | Marcin Migdal <marcin.migdal@nokia.com> | 2019-05-06 15:38:21 +0200 |
commit | 2e2486252a4d48220db5c28d7fc83ca2a8264a04 (patch) | |
tree | 3125ed3cac473724a62e8e9ec2aab61f16ce7768 /robot/resources | |
parent | 9a7c732cdad1a381d864ed7c224aa8bfeb22b80a (diff) |
Increase time for AAI check for initial DMaaP topic creation
Change-Id: I2b281bf3130792ee1a23585f39ed697e97233151
Issue-ID: INT-1065
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Diffstat (limited to 'robot/resources')
-rw-r--r-- | robot/resources/test_templates/pnf_registration_without_SO_template.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/test_templates/pnf_registration_without_SO_template.robot b/robot/resources/test_templates/pnf_registration_without_SO_template.robot index 72b670cd..fdd9dc4f 100644 --- a/robot/resources/test_templates/pnf_registration_without_SO_template.robot +++ b/robot/resources/test_templates/pnf_registration_without_SO_template.robot @@ -49,7 +49,7 @@ Send VES integration request Verify PNF integration request in A&AI [Documentation] Verify if PNF integration request entries are present in A&AI [Arguments] ${PNF_entry_dict} - Wait Until Keyword Succeeds 10x 1s Query PNF A&AI updated entry ${PNF_entry_dict} + Wait Until Keyword Succeeds 10x 5s Query PNF A&AI updated entry ${PNF_entry_dict} Log PNF integration request in A&AI has been verified and contains all necessary entries Verify PNF integration request in MR |