tests: make reconcile_until_idle more aggressive by default

This commit is contained in:
John Spray
2025-01-16 08:53:13 +00:00
parent 8107140f7f
commit d1deef0d6b

View File

@@ -2105,7 +2105,7 @@ class NeonStorageController(MetricsGetter, LogUtils):
log.info(f"reconcile_all waited for {n} shards")
return n
def reconcile_until_idle(self, timeout_secs=30, max_interval=5):
def reconcile_until_idle(self, timeout_secs=30, max_interval=1):
start_at = time.time()
n = 1
delay_sec = 0.1