diff --git a/test_runner/fixtures/neon_fixtures.py b/test_runner/fixtures/neon_fixtures.py index 8909f7f249..863dbb3548 100644 --- a/test_runner/fixtures/neon_fixtures.py +++ b/test_runner/fixtures/neon_fixtures.py @@ -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