diff options
author | Marcin Migdal <marcin.migdal@nokia.com> | 2019-05-06 15:41:24 +0200 |
---|---|---|
committer | Marcin Migdal <marcin.migdal@nokia.com> | 2019-05-06 15:41:27 +0200 |
commit | e83225dc807f3b05118cc0d30736175b11077b4f (patch) | |
tree | c1c72c553695bb372bb159f4cf9391503a1627b6 /robot | |
parent | ed66ff948cfe0d66467a5f818493ba35387dbe30 (diff) |
Increase time for AAI check for initial DMaaP topic creation
Change-Id: If27f8a08811e2e60cf0c6a2e31bcb26e0bf2bd37
Issue-ID: INT-1065
Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Diffstat (limited to 'robot')
-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 |