Skip to content

Commit b48ca0a

Browse files
committed
Increased substrate node timeput
1 parent c99e4c8 commit b48ca0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/node/src/kitchensink.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ impl KitchensinkNode {
7777
Self::wait_ready(
7878
&mut substrate_process,
7979
Self::SUBSTRATE_READY_MARKER,
80-
Duration::from_secs(10),
80+
Duration::from_secs(30),
8181
)?;
8282

8383
let mut proxy_process = Command::new(&self.eth_proxy_binary)

0 commit comments

Comments
 (0)