We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdbea8a commit afc822cCopy full SHA for afc822c
test/functional/feature_dbcrash.py
@@ -239,7 +239,7 @@ def run_test(self):
239
# each time through the loop, generate a bunch of transactions,
240
# and then either mine a single new block on the tip, or some-sized reorg.
241
# ELEMENTS: reduced iters to run in some "reasonable" amount of time (~6 hours)
242
- for i in range(5):
+ for i in range(6):
243
self.log.info(f"Iteration {i}, generating 2500 transactions {self.restart_counts}")
244
# Generate a bunch of small-ish transactions
245
self.generate_small_transactions(self.nodes[3], 2500, utxo_list)
0 commit comments