Skip to content

Commit

Permalink
ci: Test connections_stress_and_reconnect with less peers
Browse files Browse the repository at this point in the history
  • Loading branch information
Eligioo committed Oct 8, 2024
1 parent 5f8736a commit fb4086d
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 @@ -317,7 +317,7 @@ async fn create_network_with_n_peers(n_peers: usize) -> Vec<Network> {

#[test(tokio::test)]
async fn connections_stress_and_reconnect() {
let peers: usize = 10;
let peers: usize = 5;
let networks = create_network_with_n_peers(peers).await;

assert_eq!(peers, networks.len());
Expand Down

0 comments on commit fb4086d

Please sign in to comment.