diff options
| -rw-r--r-- | test/554-jit-profile-file/run | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/554-jit-profile-file/run b/test/554-jit-profile-file/run index 52908c73b3..f93b32f5c7 100644 --- a/test/554-jit-profile-file/run +++ b/test/554-jit-profile-file/run @@ -18,6 +18,6 @@ exec ${RUN} \ -Xcompiler-option --compiler-filter=interpret-only \ --runtime-option -Xjitsaveprofilinginfo \ --runtime-option -Xusejit:true \ - --runtime-option -Xjitwarmupthreshold:10 \ - --runtime-option -Xjitthreshold:100 \ + --runtime-option -Xjitwarmupthreshold:2 \ + --runtime-option -Xjitthreshold:4 \ "${@}" |