diff --git a/services/spelling/app/coffee/HealthCheckController.coffee b/services/spelling/app/coffee/HealthCheckController.coffee index a569afabae..a0105777ec 100644 --- a/services/spelling/app/coffee/HealthCheckController.coffee +++ b/services/spelling/app/coffee/HealthCheckController.coffee @@ -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