8343684: Test KDFDelayedProviderSyncTest.java intermittent fails didn't finish within the time-out 150
Reviewed-by: weijun, hchao, alanb
This commit is contained in:
parent
2fb0c1dd62
commit
605396280d
@ -60,7 +60,7 @@ public class KDFDelayedProviderSyncTest {
|
|||||||
kdfUnderTest = KDF.getInstance("HKDF-SHA256");
|
kdfUnderTest = KDF.getInstance("HKDF-SHA256");
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test(threadPoolSize = 50, invocationCount = 100, timeOut = 150)
|
@Test(threadPoolSize = 50, invocationCount = 100)
|
||||||
public void testDerive()
|
public void testDerive()
|
||||||
throws InvalidAlgorithmParameterException, NoSuchAlgorithmException {
|
throws InvalidAlgorithmParameterException, NoSuchAlgorithmException {
|
||||||
SecretKey result = kdfUnderTest.deriveKey("Generic", derivationSpec);
|
SecretKey result = kdfUnderTest.deriveKey("Generic", derivationSpec);
|
||||||
|
Loading…
Reference in New Issue
Block a user