substrate runner: increase log parsing to 100 lines

This commit is contained in:
Niklas Adolfsson
2024-09-23 09:52:08 +02:00
committed by GitHub
parent b25d56f3d1
commit 2174196cbd
+1 -1
View File
@@ -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