My build makes a long running HTTP request that receives no response if it runs over ~8 minutes. I’m wondering if Travis is running a firewall that kills long running requests or perhaps there is something I can configure on the build instance to increase this timeout?
P.S. This issue is not related to Travis killing the job due to no output after 10 minutes.