Skip to content

Commit c024517

Browse files
authored
Fix flaky allocation test (#241)
Lower threshold for allocation test
1 parent 98d0a12 commit c024517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddprof-test/src/test/java/com/datadoghq/profiler/jfr/ObjectSampleDumpSmokeTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ protected boolean isPlatformSupported() {
1515

1616
@Override
1717
protected String getProfilerCommand() {
18-
return "memory=128:a";
18+
return "memory=32:a";
1919
}
2020

2121
@RetryingTest(5)

0 commit comments

Comments
 (0)