Getting 8th test failed sometimes in random quote machine project

this is the codepen link: https://codepen.io/parasdhir/pen/eYNPzJN

sometimes i pass all the test and sometimes only the 8th test fails.

the error i get

Timeout of 15000ms exceeded. For async tests and hooks, ensure “done()” is called; if returning a Promise, ensure it resolves.
Error: Timeout of 15000ms exceeded. For async tests and hooks, ensure “done()” is called; if returning a Promise, ensure it resolves.
at i.p._timeoutError (https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:37224)
at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:598:35204

It might be something in your catch. When i run it it passes all 12

1 Like

have you tried it multiple times ??
atleast 5-6 times
is there any error in my code ?
please let me know
so that i can then submit it.