Skip to content

Commit bbd67db

Browse files
authored
Merge pull request #428 from mrunalp/reduce_default_timeout
Reduce the default connection timeout value
2 parents 9fcc1d1 + f9bb11c commit bbd67db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/crictl/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
)
3434

3535
const (
36-
defaultTimeout = 10 * time.Second
36+
defaultTimeout = 2 * time.Second
3737
)
3838

3939
var (

0 commit comments

Comments
 (0)