codeclimate / codeclimate-phpcodesniffer

Code Climate Engine for PHP Code Sniffer
MIT License
28 stars 23 forks source link

Long running process exits with ProcessTimedOutException #2

Closed paracycle closed 9 years ago

paracycle commented 9 years ago

The default timeout of Symphony Process seems to be 60 seconds so a long running check times out with an exception after a minute.

This change removes the timeout altogether.

gdiggs commented 9 years ago

Thanks for the patch! Our spec requires that all engines complete in 10 minutes or less, can you adjust the timeout here to reflect that?

paracycle commented 9 years ago

I've updated the timeout to reflect the requirement of the spec.

gdiggs commented 9 years ago

Thank you!

paracycle commented 9 years ago

Hey, thank you for the platform. Great work.