> 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).
Andreas Chmielewski has updated the pull request incrementally with one additional commit since the last revision: As discussed within review ------------- Changes: - all: https://git.openjdk.org/jdk/pull/31812/files - new: https://git.openjdk.org/jdk/pull/31812/files/9c749af1..cc0c724a Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=31812&range=02 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=31812&range=01-02 Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod Patch: https://git.openjdk.org/jdk/pull/31812.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/31812/head:pull/31812 PR: https://git.openjdk.org/jdk/pull/31812
