qa: fix p2p_invalid_messages on macOS
This commit is contained in:
parent
b5c3d7affc
commit
0cf1632f03
1 changed files with 1 additions and 1 deletions
|
@ -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...")
|
||||
|
|
Loading…
Reference in a new issue