Skip to content

Commit

Permalink
Merge pull request #13 from kubernetli/bug/timeout
Browse files Browse the repository at this point in the history
Update main.go
  • Loading branch information
chifu1234 authored Oct 30, 2020
2 parents b9c20c9 + bc21776 commit 359ef93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fmcCLI/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func main() {
}

//increase http timeout
t.HTTPClient.Timeout = time.Minute * 5
t.HTTPClient.Timeout = time.Minute * arg.Timeout

// run function
switch arg.Function {
Expand Down

0 comments on commit 359ef93

Please sign in to comment.