We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09239a1 commit 764b3a3Copy full SHA for 764b3a3
test/functional/p2p_eviction.py
@@ -48,6 +48,10 @@ def set_test_params(self):
48
# 4 by netgroup, 4 that sent us blocks, 4 that sent us transactions and 8 via lowest ping time
49
self.extra_args = [['-maxconnections=32']]
50
51
+ def setup_network(self):
52
+ self.disable_mocktime()
53
+ super().setup_network()
54
+
55
def run_test(self):
56
protected_peers = set() # peers that we expect to be protected from eviction
57
current_peer = -1
0 commit comments