mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 09:22:55 +00:00
Fix flaky test_branch_creation_before_gc test (#2142)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user