From a558bfc790357123405217e4e3f7ded7f905e0ae Mon Sep 17 00:00:00 2001 From: Sibabrata Sahoo Date: Tue, 5 Jul 2016 10:07:13 -0700 Subject: [PATCH] 8158116: com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java failed with timeout Reviewed-by: xuelei --- .../crypto/provider/KeyAgreement/SupportedDHParamGens.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jdk/test/com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java b/jdk/test/com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java index 863563263ad..ac3f384bcf2 100644 --- a/jdk/test/com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java +++ b/jdk/test/com/sun/crypto/provider/KeyAgreement/SupportedDHParamGens.java @@ -29,8 +29,8 @@ * @run main/timeout=300 SupportedDHParamGens 768 * @run main/timeout=300 SupportedDHParamGens 832 * @run main/timeout=300 SupportedDHParamGens 1024 - * @run main/timeout=300 SupportedDHParamGens 2048 - * @run main/timeout=450 SupportedDHParamGens 3072 + * @run main/timeout=600 SupportedDHParamGens 2048 + * @run main/timeout=700 SupportedDHParamGens 3072 */ import java.math.BigInteger;