mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-10 15:02:56 +00:00
fix(test): reduce number of relations in test_tx_abort_with_many_relations (#10997)
## Problem I see a lot of timeout errors, which indicates that this test is too slow. It seems that create relations are fast, but the subsequent truncating step is slow. ## Summary of changes Reduce number of relations for now, and investigate later. Signed-off-by: Alex Chi Z <chi@neon.tech>
This commit is contained in:
@@ -364,7 +364,7 @@ def test_tx_abort_with_many_relations(
|
||||
n = 4000
|
||||
step = 4000
|
||||
else:
|
||||
n = 100000
|
||||
n = 20000
|
||||
step = 5000
|
||||
|
||||
def create():
|
||||
|
||||
Reference in New Issue
Block a user