We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec448a commit f454367Copy full SHA for f454367
tests/integration_tests_hrn.rs
@@ -49,7 +49,7 @@ async fn unified_send_to_hrn() {
49
50
// Wait until node_b broadcasts a node announcement
51
while node_b.status().latest_node_announcement_broadcast_timestamp.is_none() {
52
- tokio::time::sleep(std::time::Duration::from_millis(10)).await;
+ tokio::time::sleep(std::time::Duration::from_sec(1)).await;
53
}
54
55
// Sleep to make sure the node announcement propagates
0 commit comments