Index: trunk/Ohana/src/opihi/pantasks/CheckTasks.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/CheckTasks.c	(revision 38986)
+++ trunk/Ohana/src/opihi/pantasks/CheckTasks.c	(revision 41483)
@@ -52,5 +52,5 @@
     // XXX this should be optional
     fuzz = task[0].exec_period*(0.5*drand48() - 0.25);
-    task[0].last.tv_usec = 1e6*(fuzz - (int)fuzz);
+    task[0].last.tv_usec += 1e6*(fuzz - (int)fuzz);
     task[0].last.tv_sec += (int) fuzz;
 
