Skip to content

Commit 9e19f98

Browse files
Update p2p_ibd_stalling.py
1 parent bbb18b2 commit 9e19f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/p2p_ibd_stalling.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def run_test(self):
8585
bytes_recv = 150003 if not self.options.v2transport else 146934
8686
# Verify with: awk '/received: block/ {gsub("\\(", ""); sum+=$13} END{print sum}' log.txt
8787
def test() -> bool:
88-
self.log.info('self.total_bytes_recv_for_blocks=' + self.total_bytes_recv_for_blocks())
88+
self.log.info('self.total_bytes_recv_for_blocks=' + str(self.total_bytes_recv_for_blocks()))
8989
return self.total_bytes_recv_for_blocks() == bytes_recv
9090
self.wait_until(test, 10, 10)
9191

0 commit comments

Comments
 (0)