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 b5c3d7a commit 0cf1632Copy full SHA for 0cf1632
test/functional/p2p_invalid_messages.py
@@ -66,7 +66,7 @@ def run_test(self):
66
msg_at_size = msg_unrecognized("b" * valid_data_limit)
67
assert len(msg_at_size.serialize()) == msg_limit
68
69
- with node.assert_memory_usage_stable(perc_increase_allowed=0.03):
+ with node.assert_memory_usage_stable(perc_increase_allowed=0.5):
70
self.log.info(
71
"Sending a bunch of large, junk messages to test "
72
"memory exhaustion. May take a bit...")
0 commit comments