Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reduce the number of park and unpark iterations in ParkALot
ParkALot launches a number of virtual threads and expects each thread to park and unpark 500_000 times. The test takes a lot of time to execute leading to timeouts in Jenkins testing. The number of park and unpark iterations is reduced to 5_000, which is sufficient to verify functional behaviour. Further, the reduced iterations allow the test to pass in a reasonable time in Jenkins testing. vm.debug is set to false for OpenJ9. So, the vm.debug=true variant is left unmodified. Related: eclipse-openj9/openj9#18444 Signed-off-by: Babneet Singh <sbabneet@ca.ibm.com>
- Loading branch information