mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 13:07:22 +00:00
MINOR: increase delta for certification workflow test (#19977)
It appears to be flaky for small deltas
This commit is contained in:
parent
4ada5b7bbf
commit
f21b6d1a13
@ -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 =
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user