Skip to content

Commit

Permalink
HAL-1943 Fix ServerStatusTest in tests-hal-runtime of testsuite.next
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejKotek committed Nov 8, 2023
1 parent f0d95fe commit 9c7cfea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public void setUp() throws Exception {

@Test
public void memory() {
assertUsage(preview.getHeapUsed(), "heap used", heapUsed, 10);
assertUsage(preview.getHeapUsed(), "heap used", heapUsed, 20);
assertUsage(preview.getHeapCommitted(), "heap committed", heapCommitted, 10);
assertUsage(preview.getNonHeapUsed(), "non-heap used", nonHeapUsed, 10);
assertUsage(preview.getNonHeapCommitted(), "non-heap committed", nonHeapCommitted, 10);
Expand Down

0 comments on commit 9c7cfea

Please sign in to comment.