How do I bypass the timeout for builds? Wercker will stop the build if it doesn’t generate any output for 5 minutes. This can be overridden by setting no-response-timeout to the number of minutes of your liking: box: google/golang no-response-timeout: 10 build: ... # insert build section here How do I increase the timeout for individual steps? If you want to increase the time-limit for individual