Skip to content

Commit f9f4573

Browse files
committed
Tests: Raise closed-engines memory leak threshold to 20 MB
1 parent b0a6eca commit f9f4573

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test/com/wolfssl/provider/jsse/test/WolfSSLEngineMemoryLeakTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ public void testEngineMemoryLeakWithAbandonedEngines() throws Exception {
158158
public void testEngineMemoryLeakWithProperClose() throws Exception {
159159

160160
final int numEngines = 100;
161-
final double maxAcceptableGrowthMB = 10.0;
161+
final double maxAcceptableGrowthMB = 20.0;
162162

163163
System.gc();
164164
System.gc();

0 commit comments

Comments
 (0)