Skip to content

Add timeout flag

Jaime Martinez requested to merge 63-add-timeout into master

Adds a --timeout flag to the app context that is passed to the http.Client. It defaults to 30s but it can be overridden in Go's duration format https://golang.org/pkg/time/#ParseDuration.

Closes #63 (closed).

Edited by Jaime Martinez

Merge request reports