From fc99a307f3fefc48bf4a3354c76a6f94e63fb92b Mon Sep 17 00:00:00 2001 From: Anna Babu Palathingal <148897727+annaibm@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:13:38 -0400 Subject: [PATCH] Increase timeout for cryptotest/CryptoTest test - Increased the timeout to 1200seconds that is 20minutes related: https://github.com/eclipse-openj9/openj9/issues/19264 Signed-off-by: Anna Babu Palathingal --- cryptotest/CryptoTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptotest/CryptoTest.java b/cryptotest/CryptoTest.java index 551259a..5bf527c 100644 --- a/cryptotest/CryptoTest.java +++ b/cryptotest/CryptoTest.java @@ -93,7 +93,7 @@ * cryptotest.utils.Misc * cryptotest.utils.TestResult * cryptotest.utils.Xml - * @run main/othervm/timeout=600 cryptotest.CryptoTest + * @run main/othervm/timeout=1800 cryptotest.CryptoTest */ public class CryptoTest {