Fix flaky test_branch_creation_before_gc test (#2142)

This commit is contained in:
Thang Pham
2022-07-22 07:44:20 -04:00
committed by GitHub
parent 9dcb9ca3da
commit 39c59b8df5

View File

@@ -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)