Skip to content

Commit

Permalink
tests: actually fix intermittent failure in feature_assetsdir.py
Browse files Browse the repository at this point in the history
  • Loading branch information
apoelstra committed Dec 16, 2020
1 parent 0c5a216 commit 5c8273c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/feature_assetsdir.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ def setup_network(self, split=False):

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)
Expand Down

0 comments on commit 5c8273c

Please sign in to comment.