Skip to content
Prev Previous commit
Next Next commit
make refresh async run in a loop
Signed-off-by: Stanley Opara <a-sopara@expediagroup.com>
  • Loading branch information
Stanley Opara committed Jun 12, 2024
commit 30928236e3ff97676d0ad957980edf409ddab23c
Original file line number Diff line number Diff line change
Expand Up @@ -854,7 +854,7 @@ def test_registry_cache_thread_async(test_registry):
assert len(registry_data_sources_cached) == 0

# Wait for cache to be refreshed
time.sleep(8)
time.sleep(4)
# Now objects exist
registry_data_sources_cached = test_registry.list_data_sources(
project, allow_cache=True
Expand Down