summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/run-libcore-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py
index ba3c09048f..d9b6cb215d 100755
--- a/tools/run-libcore-tests.py
+++ b/tools/run-libcore-tests.py
@@ -168,6 +168,7 @@ def get_vogar_command(test_name):
cmd.append("--variant=" + args.variant)
if args.gcstress:
cmd.append("--vm-arg -Xgc:gcstress")
+ cmd.append('--vm-arg -Djsr166.delay.factor="1.50"')
if args.debug:
cmd.append("--vm-arg -XXlib:libartd.so --vm-arg -XX:SlowDebug=true")