diff options
-rw-r--r-- | tests/features167/timers/one/aop.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/features167/timers/one/aop.xml b/tests/features167/timers/one/aop.xml index f64e67196..dafb71881 100644 --- a/tests/features167/timers/one/aop.xml +++ b/tests/features167/timers/one/aop.xml @@ -2,5 +2,5 @@ <aspects> <aspect name="Asp"/> </aspects> - <weaver options="-timers -verbose -Xset:timersPerJoinpoint=8,timersPerType=3"/> + <weaver options="-timers -verbose -Xset:timersPerJoinpoint=2,timersPerFastMatchCall=3"/> </aspectj> |