I finished the 25 + 5 clock, but tests get stuck

Tell us what’s happening:
Title says it all. I finished the timer, but the tests get stuck at step 11. The timer goes on infinitely. I have everything the timer needs.

Here is my codepen: https://codepen.io/machineman1357/pen/jOaNqEN?editors=0010

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.110 Safari/537.36 OPR/82.0.4227.50

Challenge: Build a 25 + 5 Clock

Link to the challenge:

Not stuck. The tests kept trying. After a long while it’ll finish. But a long time to finish the test means there’s something wrong with your app. If you wait long enough, you’ll see the error message: ‘Timer has not reached 00:00.’ It means the spec did not see your app hit zero before changing state. You can try research in this forum about it.

I solved it by fixing my code. Thanks @shugyoza for the hint.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.