Compare commits

..

No commits in common. "52f700c86ea3d64ab7295bfcca1a1f4c4d123667" and "3024771fb11b1e8bbb835cba51f4026535fef064" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View File

@ -1 +1 @@
debug,hyper=info,h2=info,rpc=info,discv5=info,jsonrpsee_http_server=info,multistream_select=info,libp2p_core=info,libp2p_gossipsub=info
debug,hyper=info,h2=info,rpc=info,discv5=info,jsonrpsee_http_server=info

View File

@ -215,12 +215,10 @@ 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(