how can i use System.currentTimeMillis() for checking how long the CountupRunnable and CountdownRunnable run? I'm actually confused how placing the "Thread.sleep(500)". before the if statement made my task to get pass.