mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
tests: actually fix intermittent failure in feature_assetsdir.py
This commit is contained in:
parent
14ff891036
commit
98d0ff7035
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue