Closed JohnStrunk closed 5 years ago
Can one of the admins verify this patch?
@JohnStrunk Looking at gometalinter --help
, I'm gonna guess you set it because the default is 30s. Maybe increase it to 20m or 30m
Ah yes... the default. Trying again w/ 24h timeout. I had originally chosen 9m because Travis times out if there's no output for 10m, though that problem was worked around via the debug output. (and it turns out there's a way to fix it in travis too).
Describe what this PR does cloud.docker.com has been timing out when building the container, and it looks like this may be due to the linter timing out. This removes the timeout.
Is there anything that requires special attention? I probably shouldn't have put in the timeout to start with. :disappointed:
Related issues: Fixes #128