Skip to content

Commit

Permalink
qa: fix p2p_invalid_messages on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesob committed Nov 26, 2018
1 parent b5c3d7a commit 0cf1632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/p2p_invalid_messages.py
Expand Up @@ -66,7 +66,7 @@ def run_test(self):
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...")
Expand Down

0 comments on commit 0cf1632

Please sign in to comment.