mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-08 14:02:55 +00:00
fix(pageserver): tx abort test flaky
Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
@@ -399,7 +399,7 @@ def test_tx_abort_with_many_relations(
|
||||
# How many relations: this number is tuned to be long enough to take tens of seconds
|
||||
# if the rollback code path is buggy, tripping the test's timeout.
|
||||
n = 5000
|
||||
step = 2500
|
||||
step = 500
|
||||
|
||||
def create():
|
||||
# Create many relations
|
||||
|
||||
Reference in New Issue
Block a user