On Mon, 17 Mar 2025 13:19:55 GMT, Fernando Guallini <fguall...@openjdk.org> wrote:
> The test `javax/net/ssl/DTLS/PacketLossRetransmission` takes about ~2 to > complete. The reason is that, in multiple scenarios, the server/client socket > times out after 10 seconds waiting to receive a DatagramPacket that has been > removed (to simulate a packet loss). > After reducing the time out only for such scenarios, the total test execution > is completed within ~20 seconds on average. Other scenarios do not throw > SocketTimeOut, no need to update. This pull request has been closed without being integrated. ------------- PR: https://git.openjdk.org/jdk/pull/24079