Improve KDS sync unit tests to remove 5s wait time #13101
Labels
kind/improvement
Improvement on an existing feature
triage/accepted
The issue was reviewed and is complete enough to start working on it
Description
Right now, KDS sync tests wait 5 seconds before checking golden files to avoid flakiness. This was added in #13100 as a quick fix, but waiting that long seems unnecessary in most cases and slows down tests.
We should find a better way to check if sync is complete without using a fixed sleep time.
The text was updated successfully, but these errors were encountered: