diff --git a/examples/common/config/user.cfg.fz-55 b/examples/common/config/user.cfg.fz-55
index 00374239ce16af7511df9ec3eaebecd395a61753..e7350fa36aee174b8f446cd49b4be1ba3b1567ee 100644
--- a/examples/common/config/user.cfg.fz-55
+++ b/examples/common/config/user.cfg.fz-55
@@ -1,5 +1,5 @@
-95000 RTSLEEP_TOLERANCE
-45000 TASK_SLOT_TIME_TOLERANCE
+85000 RTSLEEP_TOLERANCE
+35000 TASK_SLOT_TIME_TOLERANCE
 1 DELAY_CORRECTION
 0 PRINT_STATES
 15 1 0 0 0 0 0 0 0 0 0 0 0 -10 0 0 NUMBER_OF_PROCESSES PRIORITIES -20..19
diff --git a/examples/common/esminterf_base.xml b/examples/common/esminterf_base.xml
index 0dd02be46c4419ccb8a56c92f09977c20e322f7e..080756db796a7bb39624cdcd8efdf7815a5b32f8 100644
--- a/examples/common/esminterf_base.xml
+++ b/examples/common/esminterf_base.xml
@@ -2,7 +2,7 @@
 <!-- duration unit: nano seconds -->
 
 <task-declarations>
-  <task   name="smi" duration="250000" oneshot="no" non-realtime="no" realtime="yes">
+  <task   name="smi" duration="50000" oneshot="no" non-realtime="no" realtime="yes">
     <input-flags>
     </input-flags>
     <output-flags>
diff --git a/examples/common/scripts/start.sh.i7 b/examples/common/scripts/start.sh.i7
index 8c3db861517d1fdee852961c8ca01b3ee3f6e5ac..d916d6313336ca818fbc90714762aab2ccb9a2a6 100755
--- a/examples/common/scripts/start.sh.i7
+++ b/examples/common/scripts/start.sh.i7
@@ -40,4 +40,5 @@ cset shield -c 3 -k on
 #./nrt $ARG1 $ARG2 $ARG3 $ARG4 >/tmp/log_nrt.txt
 
 cset shield -e ./rt &
+#taskset -c 3 ./rt &
 ./nrt $ARG1 $ARG2 $ARG3 $ARG4
diff --git a/examples/system_test/smi/user.cfg b/examples/system_test/smi/user.cfg
index 5b2d159039e0c7eb569542365597a570f1ad7d1f..b1386aeaeeddfed9a9b6af09e4d3e1e9057af0e4 120000
--- a/examples/system_test/smi/user.cfg
+++ b/examples/system_test/smi/user.cfg
@@ -1 +1 @@
-../../common/config/user.cfg.i7
\ No newline at end of file
+../../common/config/user.cfg.fz-55
\ No newline at end of file