Skip to content

Commit 8ee087b

Browse files
Update common.go
1 parent 3fdd99f commit 8ee087b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v3/internal/common/common.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import (
2626
)
2727

2828
var (
29-
Timeout = 10 * time.Second
29+
Timeout = 300 * time.Millisecond
3030
ErrTimeout = errors.New("command timed out")
3131
)
3232

0 commit comments

Comments
 (0)