Skip to content

Commit

Permalink
increase quic port on dht persistance test
Browse files Browse the repository at this point in the history
  • Loading branch information
jxs committed Aug 12, 2023
1 parent fbdd015 commit 93a9da6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions beacon_node/network/src/service/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ mod tests {
);

let mut config = NetworkConfig::default();
config.set_ipv4_listening_address(std::net::Ipv4Addr::UNSPECIFIED, 21212, 21212, 21212);
config.set_ipv4_listening_address(std::net::Ipv4Addr::UNSPECIFIED, 21212, 21212, 21213);
config.discv5_config.table_filter = |_| true; // Do not ignore local IPs
config.upnp_enabled = false;
config.boot_nodes_enr = enrs.clone();
Expand Down Expand Up @@ -102,4 +102,4 @@ mod tests {
"should have persisted the second ENR to store"
);
}
}
}

0 comments on commit 93a9da6

Please sign in to comment.