This commit is contained in:
peilun-conflux 2024-10-21 21:25:08 +08:00 committed by GitHub
commit ee565de393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,13 +209,11 @@ class TestFramework:
if i > 0:
time.sleep(1)
node.start()
node.wait_for_rpc_connection()
self.log.info("Wait the zgs_node launch for %d seconds", self.launch_wait_seconds)
time.sleep(self.launch_wait_seconds)
for node in self.nodes:
node.wait_for_rpc_connection()
def add_arguments(self, parser: argparse.ArgumentParser):
parser.add_argument(
"--conflux-binary",