Skip to content

Commit

Permalink
[TESTS] Increase limitancestorcount in tournament RPC test to showcas…
Browse files Browse the repository at this point in the history
…e improved algorithm
  • Loading branch information
JeremyRubin committed Dec 9, 2021
1 parent f727d81 commit c49daf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/mempool_updatefromblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
class MempoolUpdateFromBlockTest(BitcoinTestFramework):
def set_test_params(self):
self.num_nodes = 1
self.extra_args = [['-limitdescendantsize=1000', '-limitancestorsize=1000']]
self.extra_args = [['-limitdescendantsize=1000', '-limitancestorsize=1000', '-limitancestorcount=100']]

def skip_test_if_missing_module(self):
self.skip_if_no_wallet()
Expand Down

0 comments on commit c49daf9

Please sign in to comment.