From f2de00376812256f64c08c35b40b6f3823c99fc4 Mon Sep 17 00:00:00 2001 From: Ralf Schmelter Date: Wed, 1 Jul 2026 17:34:21 +0200 Subject: [PATCH] Increase test timeout for now --- 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;