haaska icon indicating copy to clipboard operation
haaska copied to clipboard

Make test error

Open jimmyko0 opened this issue 7 years ago • 1 comments

$ make test
{
  "errorMessage": "2017-05-19T05:18:35.950Z 9a24631b-3c52-11e7-a65b-5f65a273a1ef Task timed out after 3.00 seconds"
}
null
Makefile:38: recipe for target 'test' failed
make: *** [test] Error 1

At the moment I can see the skill in "Your Skills" list in Amazon Alexa app Skills menu. After I enable it, I can't discover my devices in Home Assistant.

jimmyko0 avatar May 19 '17 05:05 jimmyko0

Your HA instance isn't reachable or taking too long to respond, try increasing the execution time limit of your Lambda function from 3 seconds to 15.

trisk avatar May 19 '17 06:05 trisk