Add JSR166 delay factor for gcstress tests
Sometimes we see failures in JSR166 libcore tests when run on
gcstress. These failures are due to timeouts and they seem to
occur when the test is not waiting long enough.
The JSR166 tests support a system property to scale the delays,
which is now enabled in the test runner.
Test: art/tools/run-libcore-tests.sh --mode=host --gcstress jsr166 # Using different scaling factors to validate
Bug: 218311017
Change-Id: I0846ed1aebe93e4a3fbb9c7189f73bd7f86357e6
1 file changed