On Tue, 7 Jul 2026 14:04:17 GMT, Andreas Chmielewski <[email protected]> wrote:
> https://bugs.openjdk.org/browse/JDK-8387124 > > The test times out. This change increases the timeout based on the relative > execution time of DisabledAlgorithms.java. > > Execution times on my system: > DisabledAlgorithms.java ~11 s (timeout = 480) > BulkCipherDisabledAlgorithms.java ~53 s > > Using the same ratio would result in a timeout of approximately 2300 seconds. > To avoid setting such a high value, the timeout was reduced and set to 1200, > which should still provide sufficient margin. > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). This pull request has now been integrated. Changeset: 1f064af6 Author: Andreas Chmielewski <[email protected]> Committer: Sean Mullan <[email protected]> URL: https://git.openjdk.org/jdk/commit/1f064af63e462275f1223414164f418b0f83fbdc Stats: 223 lines in 2 files changed: 132 ins; 44 del; 47 mod 8387874: Timeout when running test BulkCipherDisabledAlgorithms Reviewed-by: abarashev, mullan ------------- PR: https://git.openjdk.org/jdk/pull/31812
