We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fdd99f commit 8ee087bCopy full SHA for 8ee087b
v3/internal/common/common.go
@@ -26,7 +26,7 @@ import (
26
)
27
28
var (
29
- Timeout = 10 * time.Second
+ Timeout = 300 * time.Millisecond
30
ErrTimeout = errors.New("command timed out")
31
32
0 commit comments