Skip to content

Commit

Permalink
Merge pull request #428 from mrunalp/reduce_default_timeout
Browse files Browse the repository at this point in the history
Reduce the default connection timeout value
  • Loading branch information
k8s-ci-robot authored Jan 24, 2019
2 parents 9fcc1d1 + f9bb11c commit bbd67db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/crictl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import (
)

const (
defaultTimeout = 10 * time.Second
defaultTimeout = 2 * time.Second
)

var (
Expand Down

0 comments on commit bbd67db

Please sign in to comment.