Skip to content

Commit 764b3a3

Browse files
UdjinM6knst
authored andcommitted
test: disable mocktime in p2p_eviction.py
Co-authored-by: Konstantin Akimov <[email protected]>
1 parent 09239a1 commit 764b3a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/functional/p2p_eviction.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ def set_test_params(self):
4848
# 4 by netgroup, 4 that sent us blocks, 4 that sent us transactions and 8 via lowest ping time
4949
self.extra_args = [['-maxconnections=32']]
5050

51+
def setup_network(self):
52+
self.disable_mocktime()
53+
super().setup_network()
54+
5155
def run_test(self):
5256
protected_peers = set() # peers that we expect to be protected from eviction
5357
current_peer = -1

0 commit comments

Comments
 (0)