tests: actually fix intermittent failure in feature_assetsdir.py

This commit is contained in:
Andrew Poelstra 2020-12-14 20:46:49 +00:00
parent 14ff891036
commit 98d0ff7035

View file

@ -30,7 +30,7 @@ class AssetdirTests(BitcoinTestFramework):
def run_test(self):
self.nodes[0].generate(101)
self.wait_until(lambda: self.nodes[0].getblockcount() == 101, timeout=5)
self.nodes[0].syncwithvalidationinterfacequeue()
#Issue two assets that we will later label using the assetdir parameter
issuance1 = self.nodes[0].issueasset(100, 1, False)