Skip to content

Commit

Permalink
tests: fix remove addr test (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
keepsimple1 authored Sep 18, 2024
1 parent 4f58e2f commit 2829d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/mdns_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1330,7 +1330,7 @@ fn test_cache_flush_remove_one_addr() {

// Stop browsing for a moment.
client.stop_browse(service).unwrap();
sleep(Duration::from_secs(1));
sleep(Duration::from_secs(2)); // Wait 1 more second for the 2nd annoucement

// Re-register the service to have only 1 addr.
my_service =
Expand Down

0 comments on commit 2829d8e

Please sign in to comment.