We're using MiniMagick to upload images to S3 on our site. Not often, but sometimes if the image is very large, I get a timeout error. I looked into alternatives for uploading, like carrierwave direct, but we've decided not to use it yet.
How would I increase the default timeout for uploading with MiniMagick?