initdb cache

This commit is contained in:
Heikki Linnakangas
2024-09-11 01:38:36 +03:00
parent 8e7f336540
commit 4da40cbbfb
2 changed files with 5 additions and 1 deletions

View File

@@ -50,7 +50,7 @@ class NeonBroker:
raise RuntimeError(
f"timed out waiting {elapsed:.0f}s for storage_broker start: {e}"
) from e
time.sleep(0.5)
time.sleep(0.1)
else:
break # success