Skip to content

Commit 0cf1632

Browse files
committed
qa: fix p2p_invalid_messages on macOS
1 parent b5c3d7a commit 0cf1632

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/functional/p2p_invalid_messages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def run_test(self):
6666
msg_at_size = msg_unrecognized("b" * valid_data_limit)
6767
assert len(msg_at_size.serialize()) == msg_limit
6868

69-
with node.assert_memory_usage_stable(perc_increase_allowed=0.03):
69+
with node.assert_memory_usage_stable(perc_increase_allowed=0.5):
7070
self.log.info(
7171
"Sending a bunch of large, junk messages to test "
7272
"memory exhaustion. May take a bit...")

0 commit comments

Comments
 (0)