Skip to content

Commit

Permalink
wait for longer
Browse files Browse the repository at this point in the history
  • Loading branch information
meowjesty committed Jul 22, 2024
1 parent 4e44244 commit 76835ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mirrord/layer/tests/issue864.rs
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ async fn test_issue854(
.await;

test_process
.wait_for_line(Duration::from_secs(5), "HttpMethod.GET: Request completed")
.wait_for_line(Duration::from_secs(30), "Request completed")
.await;

signal::kill(
Expand Down

0 comments on commit 76835ca

Please sign in to comment.