From 39c59b8df5069efb9364280cf64b8f9ecf4241b3 Mon Sep 17 00:00:00 2001 From: Thang Pham Date: Fri, 22 Jul 2022 07:44:20 -0400 Subject: [PATCH] Fix flaky test_branch_creation_before_gc test (#2142) --- test_runner/batch_others/test_branch_and_gc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_runner/batch_others/test_branch_and_gc.py b/test_runner/batch_others/test_branch_and_gc.py index b8ce63b069..901b3f3d0f 100644 --- a/test_runner/batch_others/test_branch_and_gc.py +++ b/test_runner/batch_others/test_branch_and_gc.py @@ -139,7 +139,7 @@ def test_branch_creation_before_gc(neon_simple_env: NeonEnv): 'image_creation_threshold': '1', # set PITR interval to be small, so we can do GC - 'pitr_interval': '1 s' + 'pitr_interval': '0 s' }) b0 = env.neon_cli.create_branch('b0', tenant_id=tenant)