test: raise reindex mining RPC timeout

`feature_reindex.py` mines a long chain before restarting during reindex.
Bump its local RPC timeout to avoid client timeouts in parallel debug-mode runs.
This commit is contained in:
Lőrinc
2026-06-21 18:02:07 +02:00
parent ea626c268a
commit 9e6546c517

View File

@@ -20,6 +20,7 @@ from test_framework.util import (
class ReindexTest(BitcoinTestFramework):
def set_test_params(self):
self.rpc_timeout *= 2 # To avoid timeout when generating the reindex chain
self.setup_clean_chain = True
self.num_nodes = 1