When running on the windows debug builds, this test displays greatly varying timeouts. In one failing run, the time taken ranges in iterations are 58.388, 22.764, and 63.717 seconds. Another run has 8.814, 38.341, 25.260, 14.678, and 105.368 seconds. I think we can probably adjust this await time by the timeout factor to be more permissive for now.
@JornVernee Would you be able to diagnose the cause of such perturbations in closing times and find a better solution? Could this be a CI issue? ------------- Commit messages: - FFM concurrent close adjust wait seconds with timeout Changes: https://git.openjdk.org/jdk/pull/30447/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=30447&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8379679 Stats: 4 lines in 1 file changed: 1 ins; 0 del; 3 mod Patch: https://git.openjdk.org/jdk/pull/30447.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/30447/head:pull/30447 PR: https://git.openjdk.org/jdk/pull/30447
