qa: fix p2p_invalid_messages on macOS

This commit is contained in:
James O'Beirne 2018-11-26 15:14:03 -05:00
parent b5c3d7affc
commit 0cf1632f03

View file

@ -66,7 +66,7 @@ class InvalidMessagesTest(BitcoinTestFramework):
msg_at_size = msg_unrecognized("b" * valid_data_limit)
assert len(msg_at_size.serialize()) == msg_limit
with node.assert_memory_usage_stable(perc_increase_allowed=0.03):
with node.assert_memory_usage_stable(perc_increase_allowed=0.5):
self.log.info(
"Sending a bunch of large, junk messages to test "
"memory exhaustion. May take a bit...")