Skip to content

Commit f454367

Browse files
committed
fixup! Add end-to-end test for HRN resolution
1 parent cec448a commit f454367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration_tests_hrn.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ async fn unified_send_to_hrn() {
4949

5050
// Wait until node_b broadcasts a node announcement
5151
while node_b.status().latest_node_announcement_broadcast_timestamp.is_none() {
52-
tokio::time::sleep(std::time::Duration::from_millis(10)).await;
52+
tokio::time::sleep(std::time::Duration::from_sec(1)).await;
5353
}
5454

5555
// Sleep to make sure the node announcement propagates

0 commit comments

Comments
 (0)