Compare commits

...

1 Commits

Author SHA1 Message Date
John Spray
d1deef0d6b tests: make reconcile_until_idle more aggressive by default 2025-02-04 14:47:10 +01:00

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