I have the same problem. Task 20 says: Restart your server, and make a request to h ttp://localhost:3001/hello. You no longer need to add a timeout to your curl command, because your server is responding with something.
I stop the server with ctrl+c, then run it via node server.js and in another terminal I run curl h ttp://localhost:3001/hello. But the test fails.
If you have a question about a specific challenge as it relates to your written code for that challenge and need some help, click the Help button located on the challenge.
The Help button will create a new topic with all code you have written and include a link to the challenge also. You will still be able to ask any questions in the post before submitting it to the forum.