8343684: Test KDFDelayedProviderSyncTest.java intermittent fails didn't finish within the time-out 150

Reviewed-by: weijun, hchao, alanb
This commit is contained in:
Kevin Driver 2024-11-08 16:59:26 +00:00
parent 2fb0c1dd62
commit 605396280d

View File

@ -60,7 +60,7 @@ public class KDFDelayedProviderSyncTest {
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);