File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
test/framework/src/main/java/org/opensearch/test Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -421,6 +421,8 @@ gradle.projectsEvaluated {
421421 if (BuildParams . inFipsJvm) {
422422 task. jvmArgs + = [" -Dorg.bouncycastle.fips.approved_only=true" ]
423423 }
424+
425+ task. systemProperty " org.bouncycastle.native.cleanup_delay" , 0
424426 }
425427 }
426428
Original file line number Diff line number Diff line change @@ -354,7 +354,6 @@ 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" );
358357 }
359358
360359 protected final Logger logger = LogManager .getLogger (getClass ());
You can’t perform that action at this time.
0 commit comments