Skip to content

Commit afc822c

Browse files
committed
bump iterations to 6
1 parent bdbea8a commit afc822c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/feature_dbcrash.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def run_test(self):
239239
# each time through the loop, generate a bunch of transactions,
240240
# and then either mine a single new block on the tip, or some-sized reorg.
241241
# ELEMENTS: reduced iters to run in some "reasonable" amount of time (~6 hours)
242-
for i in range(5):
242+
for i in range(6):
243243
self.log.info(f"Iteration {i}, generating 2500 transactions {self.restart_counts}")
244244
# Generate a bunch of small-ish transactions
245245
self.generate_small_transactions(self.nodes[3], 2500, utxo_list)

0 commit comments

Comments
 (0)