This repository has been archived by the owner on Jul 11, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ingress): increase timeout for TestHandleCertificateChange
Adds a delay for subscription time and adds a delay after publishing an event for `maxTimeForEventToBePublished`. The original 2s delay for the secret to be created after publishing a mesh config update event included the time to publish the event and the time to issue a certificate. The max time alone for publishing an event is 2s, so in some cases, this unit test may have sexceeded the timeout. Resolves #4366 Signed-off-by: jaellio <[email protected]>
- Loading branch information