Reset lastAbortCheck on updateLevel reset

Otherwise we get to a point that the
  if (updateLevel - lastAbortCheck > 10) {
branch is never executed because updateLevel got to 20000 but lastAbortCheck is still at the last value
1 file changed