We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a189794 commit b7a696dCopy full SHA for b7a696d
networking/p2p/src/testFixtures/java/tech/pegasys/teku/network/p2p/DiscoveryNetworkFactory.java
@@ -130,6 +130,7 @@ public DiscoveryNetwork<?> buildAndStart() throws Exception {
130
throw new UnsupportedOperationException();
131
})
132
.gossipTopicFilter(topic -> true)
133
+ .timeProvider(StubTimeProvider.withTimeInMillis(0))
134
.build())
135
.peerPools(peerPools)
136
.peerSelectionStrategy(peerSelectionStrategy)
0 commit comments