Skip to content

Commit a854320

Browse files
committed
Set org.bouncycastle.native.cleanup_delay to 0 for testing
Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent dc011de commit a854320

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/framework/src/main/java/org/opensearch/test/OpenSearchTestCase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ private static void setTestSysProps() {
354354

355355
// Enable Netty leak detection and monitor logger for logged leak errors
356356
System.setProperty("io.netty.leakDetection.level", "paranoid");
357+
System.setProperty("org.bouncycastle.native.cleanup_delay", "0");
357358
}
358359

359360
protected final Logger logger = LogManager.getLogger(getClass());

0 commit comments

Comments
 (0)