We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fb0c1d commit 6053962Copy full SHA for 6053962
test/jdk/javax/crypto/KDF/KDFDelayedProviderSyncTest.java
@@ -60,7 +60,7 @@ public void setUp() throws NoSuchAlgorithmException {
60
kdfUnderTest = KDF.getInstance("HKDF-SHA256");
61
}
62
63
- @Test(threadPoolSize = 50, invocationCount = 100, timeOut = 150)
+ @Test(threadPoolSize = 50, invocationCount = 100)
64
public void testDerive()
65
throws InvalidAlgorithmParameterException, NoSuchAlgorithmException {
66
SecretKey result = kdfUnderTest.deriveKey("Generic", derivationSpec);
0 commit comments