My test are timing out. I cant move to the next challenge

Tell us what’s happening:
My tests aren’t passing even though my code is right.

This is what it is saying:

Your code so far
https://glitch.com/edit/#!/soft-whispering-dust?path=server.js%3A26%3A28

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:79.0) Gecko/20100101 Firefox/79.0.

Challenge: Set up Passport

Link to the challenge:

Try incognito mode on your browser
If that doesn’t work try empty cookies/catch
still no go try another browser

Hello there,

When the tests time out, this is usually an issue with Glitch. Your app link passes for me, now. So, try again a few times. Or, Either:

  1. There is an error in your code, in which case you will be able to see an error in the Glitch logs.
  2. Your app is not being served properly, and freeCodeCamp cannot access it for testing. This is more difficult to debug.

A usually stable option to solve this is to follow the link in the README.md file of the project, and create a new project in Repl.it, and copy-pasta your code from Glitch to there.

Hope this helps

1 Like