mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 01:11:10 +00:00
substrate runner: increase log parsing to 100 lines
This commit is contained in:
@@ -251,7 +251,7 @@ fn try_find_substrate_port_from_output(
|
||||
let mut p2p_address = None;
|
||||
let mut p2p_port = None;
|
||||
|
||||
for line in BufReader::new(r).lines().take(50) {
|
||||
for line in BufReader::new(r).lines().take(100) {
|
||||
let line = line.expect("failed to obtain next line from stdout for port discovery");
|
||||
|
||||
// Parse the port lines
|
||||
|
||||
Reference in New Issue
Block a user