We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ee087b commit d3a4f5cCopy full SHA for d3a4f5c
1 file changed
internal/common/common.go
@@ -26,7 +26,7 @@ import (
26
)
27
28
var (
29
- Timeout = 300 * time.Millisecond
+ Timeout = 20 * time.Second
30
ErrTimeout = errors.New("command timed out")
31
32
0 commit comments