Skip to content

Commit

Permalink
Update common.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikhil-Kumar-ML authored Aug 4, 2021
1 parent d3a4f5c commit 5127f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v3/internal/common/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

var (
Timeout = 300 * time.Millisecond
Timeout = 20 * time.Second
ErrTimeout = errors.New("command timed out")
)

Expand Down

0 comments on commit 5127f7b

Please sign in to comment.