Increase the margin some more

This commit is contained in:
Michael Klishin 2017-11-05 01:47:45 +02:00
parent eb597d9254
commit dd652e5808
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ memory_test(Config) ->
assert_item(#{total => 100}, Breakdown),
%% allocated_unused and reserved_unallocated
%% make this test pretty unpredictable
assert_percentage(Breakdown, 10),
assert_percentage(Breakdown, 20),
http_get(Config, "/nodes/nonode/memory/relative", ?NOT_FOUND),
passed.