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 8510261 commit 7d91643Copy full SHA for 7d91643
v3/internal/common/common.go
@@ -26,7 +26,7 @@ import (
26
)
27
28
var (
29
- Timeout = 3 * time.Second
+ Timeout = 10 * time.Second
30
ErrTimeout = errors.New("command timed out")
31
32
0 commit comments