Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Reduce the lots_of_incoming_peers_works test load
  • Loading branch information
tomaka authored Jun 10, 2020
commit 1f251e777b2e71d963c7f470991afe82701afacf
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