tests: Wait for height before starting

This commit is contained in:
tecnovert
2022-11-14 15:01:48 +02:00
parent 8ec6d55963
commit d08e85e73e
4 changed files with 34 additions and 5 deletions

View File

@@ -78,6 +78,9 @@ class Test(BaseTest):
cls.states_bidder = extract_states_from_xu_file(os.path.join(diagrams_dir, 'bidder.alt.xu'), 'B')
cls.states_offerer = extract_states_from_xu_file(os.path.join(diagrams_dir, 'offerer.alt.xu'), 'O')
# Wait for height, or sequencelock is thrown off by genesis blocktime
cls.waitForParticlHeight(3)
@classmethod
def tearDownClass(cls):
logging.info('Finalising test')