mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2024-12-25 21:17:17 +00:00
Change port in test to some fairly random number (#874)
This commit is contained in:
parent
4d60694443
commit
e85e337540
@ -65,6 +65,8 @@ mod tests {
|
||||
let executor = runtime.executor();
|
||||
|
||||
let mut config = NetworkConfig::default();
|
||||
config.libp2p_port = 21212;
|
||||
config.discovery_port = 21212;
|
||||
config.boot_nodes = enrs.clone();
|
||||
runtime
|
||||
.block_on_all(
|
||||
|
Loading…
Reference in New Issue
Block a user