add timeout for health check

This commit is contained in:
Henry Oswald 2015-03-01 12:56:31 +00:00
parent 1d98d45320
commit bf3e568db9

View file

@ -10,6 +10,7 @@ module.exports =
json:
words:["helllo"]
language: "en"
timeout: 1000 * 20
request.post opts, (err, response, body)->
console.log body?.misspellings[0]?.suggestions.length
numberOfSuggestions = body?.misspellings[0]?.suggestions?.length