Skip to content

Commit

Permalink
Merge of #5325
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Oct 5, 2022
2 parents 111ca52 + 3f4c794 commit d1be781
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zebrad/tests/acceptance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1363,7 +1363,10 @@ fn non_blocking_logger() -> Result<()> {
let zebra_rpc_address = config.rpc.listen_addr.unwrap();

let dir = testdir()?.with_config(&mut config)?;
let mut child = dir.spawn_child(args!["start"])?;
let mut child = dir
.spawn_child(args!["start"])?
.with_timeout(TINY_CHECKPOINT_TIMEOUT);

// Wait until port is open.
child.expect_stdout_line_matches(
format!("Opened RPC endpoint at {}", config.rpc.listen_addr.unwrap()).as_str(),
Expand Down

0 comments on commit d1be781

Please sign in to comment.