diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-10-19 15:08:47 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-10-19 15:08:47 +0000 |
commit | 56153ea48871eed54d76ee02a6da5175f5aa521b (patch) | |
tree | f2b065a65b95707827b376c52f9656ea79ff2128 | |
parent | 5bd5f408e469203d92a9d65e612a46638f205095 (diff) | |
parent | c6cabc11fc065b0266be1bd71e6ddc064297f49b (diff) |
Merge "Extend delay on PAP test to allow undeploy to end"
-rw-r--r-- | csit/pap/tests/pap-test.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/csit/pap/tests/pap-test.robot b/csit/pap/tests/pap-test.robot index c2ad8370..8bf32300 100644 --- a/csit/pap/tests/pap-test.robot +++ b/csit/pap/tests/pap-test.robot @@ -106,7 +106,7 @@ QueryPdpGroupsAfterUndeploy QueryPolicyAuditAfterUnDeploy [Documentation] Verify policy audit record after undeploy - Sleep 60 seconds + Sleep 130 seconds QueryPolicyAudit /policy/pap/v1/policies/audit 200 testGroup pdpTypeA onap.restart.tca UNDEPLOYMENT QueryPolicyAuditWithMetadataSetAfterUnDeploy |