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 9e19f98 commit f9cdbdaCopy full SHA for f9cdbda
test/functional/p2p_ibd_stalling.py
@@ -82,8 +82,7 @@ def run_test(self):
82
83
# Need to wait until 1023 blocks are received - the magic total bytes number is a workaround in lack of an rpc
84
# returning the number of downloaded (but not connected) blocks.
85
- bytes_recv = 150003 if not self.options.v2transport else 146934
86
- # Verify with: awk '/received: block/ {gsub("\\(", ""); sum+=$13} END{print sum}' log.txt
+ bytes_recv = 174555 if not self.options.v2transport else 171486
87
def test() -> bool:
88
self.log.info('self.total_bytes_recv_for_blocks=' + str(self.total_bytes_recv_for_blocks()))
89
return self.total_bytes_recv_for_blocks() == bytes_recv
0 commit comments