Skip to content

Commit

Permalink
8343684: Test KDFDelayedProviderSyncTest.java intermittent fails didn…
Browse files Browse the repository at this point in the history
…'t finish within the time-out 150

Reviewed-by: weijun, hchao, alanb
  • Loading branch information
driverkt committed Nov 8, 2024
1 parent 2fb0c1d commit 6053962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/javax/crypto/KDF/KDFDelayedProviderSyncTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

1 comment on commit 6053962

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.