Skip to content

Commit 359ef93

Browse files
authored
Merge pull request #13 from kubernetli/bug/timeout
Update main.go
2 parents b9c20c9 + bc21776 commit 359ef93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/fmcCLI/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func main() {
4242
}
4343

4444
//increase http timeout
45-
t.HTTPClient.Timeout = time.Minute * 5
45+
t.HTTPClient.Timeout = time.Minute * arg.Timeout
4646

4747
// run function
4848
switch arg.Function {

0 commit comments

Comments
 (0)