mirror of
https://github.com/0glabs/0g-storage-node.git
synced 2025-11-12 12:27:26 +00:00
Compare commits
1 Commits
62dba0803d
...
64943a5130
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
64943a5130 |
@ -209,11 +209,13 @@ 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",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user