From 5fe5d0dc68e7204013950aea96ce5d4ad1134677 Mon Sep 17 00:00:00 2001 From: Ralf Schmelter Date: Thu, 2 Jul 2026 08:48:47 +0200 Subject: [PATCH] Increase jmc test timeout. --- test/jdk/sap/JmcAgentIntegrationTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/jdk/sap/JmcAgentIntegrationTest.java b/test/jdk/sap/JmcAgentIntegrationTest.java index 03183c63515b..7f1e30710153 100644 --- a/test/jdk/sap/JmcAgentIntegrationTest.java +++ b/test/jdk/sap/JmcAgentIntegrationTest.java @@ -26,7 +26,7 @@ * @test * @summary Runs the test for the SAP JMC agent integration. * - * @run main/othervm JmcAgentIntegrationTest + * @run main/othervm/timeout=1200 JmcAgentIntegrationTest */ import java.lang.reflect.Method;