Skip to content

Commit 6053962

Browse files
committedNov 8, 2024
8343684: Test KDFDelayedProviderSyncTest.java intermittent fails didn't finish within the time-out 150
Reviewed-by: weijun, hchao, alanb
1 parent 2fb0c1d commit 6053962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/jdk/javax/crypto/KDF/KDFDelayedProviderSyncTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public void setUp() throws NoSuchAlgorithmException {
6060
kdfUnderTest = KDF.getInstance("HKDF-SHA256");
6161
}
6262

63-
@Test(threadPoolSize = 50, invocationCount = 100, timeOut = 150)
63+
@Test(threadPoolSize = 50, invocationCount = 100)
6464
public void testDerive()
6565
throws InvalidAlgorithmParameterException, NoSuchAlgorithmException {
6666
SecretKey result = kdfUnderTest.deriveKey("Generic", derivationSpec);

0 commit comments

Comments
 (0)
Please sign in to comment.