Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix unit test flaky for IPsec controller (#4016)
Wait one second as the fake clientset doesn't support watching with specific resourceVersion. Otherwise the update event would be missed by the watcher used in csrutil.WaitForCertificate() if it happens to be generated in-between the List and Watch calls. Fixes: #3851 Signed-off-by: Xu Liu <xliu2@vmware.com>
- Loading branch information