Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8239537: cgroup MetricsTester testMemorySubsystem fails sometimes whe…
…n testing memory.kmem.tcp.usage_in_bytes

Reviewed-by: mseledtsov
  • Loading branch information
MBaesken committed Feb 20, 2020
1 parent da39778 commit ed94c0a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@

interface CgroupMetricsTester {

public static final double ERROR_MARGIN = 0.1;
public static final double ERROR_MARGIN = 0.25;
public static final String EMPTY_STR = "";

public void testMemorySubsystem();
Expand Down

0 comments on commit ed94c0a

Please sign in to comment.