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:
Alex Chi Z.
2025-02-26 11:19:14 -06:00
committed by GitHub
parent 8dfa8f0b94
commit 30f3be9840

View File

@@ -364,7 +364,7 @@ def test_tx_abort_with_many_relations(
n = 4000
step = 4000
else:
n = 100000
n = 20000
step = 5000
def create():