On Thu, 16 Nov 2023 16:36:29 GMT, Conor Cleary <[email protected]> wrote:
> I noticed that the test can fail on windows-x64 builds ocasionally purely > because the initial connection on that architecture takes longer and can > cause the timeout to occur during the first client request before > redirection. Simple fix for this is to increase the timeout value more (which > I already did previously but I've noticed it again) unless there are any > alternative suggestions? Maybe try to increase the client side timeout to 1 second and increase the number of iterations as well. We'd need to be pretty sure that the test is reliable to avoid creating unwanted noise in the test results. ------------- PR Comment: https://git.openjdk.org/jdk/pull/16689#issuecomment-1815838930
