default_timeout in web_hook.rb is too low
Created by: wdamien
Please make this value customizable:
https://github.com/gitlabhq/gitlabhq/blob/master/app/models/web_hook.rb#L20
I started having issues where I would get 500 errors when executing a hook that is preforming a pull from one of my repos. It takes around ~20 seconds to run this hook. It would be great to configure this value, since putting an arbitrary time in this file won't catch all cases.