diff --git a/test/jdk/javax/crypto/KDF/KDFDelayedProviderSyncTest.java b/test/jdk/javax/crypto/KDF/KDFDelayedProviderSyncTest.java index 9a9da43b54458..f4ddd726d0c6a 100644 --- a/test/jdk/javax/crypto/KDF/KDFDelayedProviderSyncTest.java +++ b/test/jdk/javax/crypto/KDF/KDFDelayedProviderSyncTest.java @@ -60,7 +60,7 @@ public void setUp() throws NoSuchAlgorithmException { kdfUnderTest = KDF.getInstance("HKDF-SHA256"); } - @Test(threadPoolSize = 50, invocationCount = 100, timeOut = 150) + @Test(threadPoolSize = 50, invocationCount = 100) public void testDerive() throws InvalidAlgorithmParameterException, NoSuchAlgorithmException { SecretKey result = kdfUnderTest.deriveKey("Generic", derivationSpec);