Skip to content

Commit b7a696d

Browse files
committed
Fix discovery integration tests
1 parent a189794 commit b7a696d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

networking/p2p/src/testFixtures/java/tech/pegasys/teku/network/p2p/DiscoveryNetworkFactory.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public DiscoveryNetwork<?> buildAndStart() throws Exception {
130130
throw new UnsupportedOperationException();
131131
})
132132
.gossipTopicFilter(topic -> true)
133+
.timeProvider(StubTimeProvider.withTimeInMillis(0))
133134
.build())
134135
.peerPools(peerPools)
135136
.peerSelectionStrategy(peerSelectionStrategy)

0 commit comments

Comments
 (0)