mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-04-04 15:35:18 +00:00
Compare commits
2 Commits
3024771fb1
...
52f700c86e
Author | SHA1 | Date | |
---|---|---|---|
![]() |
52f700c86e | ||
![]() |
4e5b14c0a3 |
@ -1 +1 @@
|
|||||||
debug,hyper=info,h2=info,rpc=info,discv5=info,jsonrpsee_http_server=info
|
debug,hyper=info,h2=info,rpc=info,discv5=info,jsonrpsee_http_server=info,multistream_select=info,libp2p_core=info,libp2p_gossipsub=info
|
@ -215,10 +215,12 @@ class TestFramework:
|
|||||||
if i > 0:
|
if i > 0:
|
||||||
time.sleep(1)
|
time.sleep(1)
|
||||||
node.start()
|
node.start()
|
||||||
node.wait_for_rpc_connection()
|
|
||||||
|
|
||||||
self.log.info("Wait the zgs_node launch for %d seconds", self.launch_wait_seconds)
|
self.log.info("Wait the zgs_node launch for %d seconds", self.launch_wait_seconds)
|
||||||
time.sleep(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):
|
def add_arguments(self, parser: argparse.ArgumentParser):
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
|
Loading…
Reference in New Issue
Block a user