mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-14 00:42:54 +00:00
tests: make reconcile_until_idle more aggressive by default
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user