Timer.reset()

Timer.reset() stops the timer which is running.
So if you just want to postpone the timer, you should call Timer.start() after reseting it.