Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Reduce the lots_of_incoming_peers_works test load (#6314)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka committed Jun 10, 2020
1 parent 6ca42a7 commit 15938a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/network/src/service/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ fn lots_of_incoming_peers_works() {
// this test ends.
let mut background_tasks_to_wait = Vec::new();

for _ in 0..256 {
for _ in 0..32 {
let main_node_peer_id = main_node_peer_id.clone();

let (_dialing_node, event_stream) = build_test_full_node(config::NetworkConfiguration {
Expand Down

0 comments on commit 15938a2

Please sign in to comment.