Skip to content

Commit 25ec296

Browse files
author
“ramfox”
committed
some logging changes for clarity
1 parent 9f5cd6c commit 25ec296

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

iroh/tests/integration.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ async fn simple_node_id_based_connection_transfer() -> Result {
5151

5252
// ensure the server has connected to a relay
5353
// and therefore has enough information to publish
54+
tracing::info!("waiting for server to go online");
5455
time::timeout(Duration::from_secs(6), server.online())
5556
.await
56-
.e()?;
57+
.context("server endpoint took too long to get online")?;
5758

5859
// Make the server respond to requests with an echo
5960
task::spawn({

0 commit comments

Comments
 (0)