chef-boneyard / minitest-chef-handler

Run minitest suites after your Chef recipes to check the status of your system.
Other
163 stars 44 forks source link

Early interruption #69

Closed ekrupnik closed 9 years ago

ekrupnik commented 11 years ago

How long is a test able to run until an interrupt is thrown? I have a test which checks the response code of a URL, but the initial time the URL is called it takes about a minute to load. Before I get a response, chef-minitest-handler throws an interrupt.

calavera commented 11 years ago

@ekrupnik that's probably the time your http library takes to raise a time out error. This library doesn't manipulate any of that nor how minitest handles errors and interruptions.