8315751: RandomTestBsi1999 fails often with timeouts on Linux ppc64le

Reviewed-by: mdoerr
This commit is contained in:
Matthias Baesken 2023-09-07 07:36:08 +00:00
parent 8107eab3c0
commit 9887cd8adc

View File

@ -43,9 +43,9 @@ import static java.util.stream.Collectors.toSet;
/**
* @test
* @summary test bit sequences produced by clases that implement interface RandomGenerator
* @summary test bit sequences produced by classes that implement interface RandomGenerator
* @bug 8248862
* @run main RandomTestBsi1999
* @run main/othervm/timeout=400 RandomTestBsi1999
* @key randomness
*/