Skip to content

Commit

Permalink
"Fix" test
Browse files Browse the repository at this point in the history
  • Loading branch information
hrxi authored and jsdanielh committed Nov 25, 2024
1 parent 54ca009 commit c23e917
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-libp2p/tests/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ async fn dht_put_and_get() {
let net2 = &networks[1];

// FIXME: Add delay while networks share their addresses
sleep(Duration::from_secs(2)).await;
sleep(Duration::from_secs(10)).await;

// Generate a key
let mut rng = test_rng(false);
Expand Down

0 comments on commit c23e917

Please sign in to comment.