diff options
author | liamfallon <liam.fallon@est.tech> | 2022-10-19 13:48:17 +0100 |
---|---|---|
committer | Liam Fallon <liam.fallon@est.tech> | 2022-10-19 14:57:59 +0000 |
commit | c6cabc11fc065b0266be1bd71e6ddc064297f49b (patch) | |
tree | 11145223bdb0dc3770fd495599a750021175df93 | |
parent | 8d3f1294010a78b5a25a115dddb2c64cf018379c (diff) |
Extend delay on PAP test to allow undeploy to end
Issue-ID: POLICY-4393
Change-Id: I847a9bceec748e757dc7b05ce0228c6912308c9c
Signed-off-by: liamfallon <liam.fallon@est.tech>
-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 |