MINOR: increase delta for certification workflow test (#19977)

It appears to be flaky for small deltas
This commit is contained in:
Imri Paran 2025-03-03 17:06:45 +01:00 committed by GitHub
parent 4ada5b7bbf
commit f21b6d1a13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2509,7 +2509,7 @@ public abstract class EntityResourceTest<T extends EntityInterface, K extends Cr
(patchedEntity.getCertification().getExpiryDate()
- patchedEntity.getCertification().getAppliedDate()),
30D * 24 * 60 * 60 * 1000,
10 * 1000);
60 * 1000);
// Create Second Tag
Tag newCertificationTag =