[CI] Fix race condition in test_kv_cache_events test (#18169)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant
2025-05-14 19:27:48 -04:00
committed by GitHub
parent 7974736740
commit 78aa341d12
2 changed files with 1 additions and 2 deletions

View File

@@ -292,7 +292,6 @@ def test_kv_cache_events(
log_stats=False,
)
endpoint = publisher_config.endpoint.replace("*", "127.0.0.1")
time.sleep(0.1)
subscriber = MockSubscriber(endpoint,
topic=publisher_config.topic,
decode_type=KVEventBatch)