Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

Commit d8d1205

Browse files
committed
Increase default subcommand timeout to 30s
None of this is great, but this is the easiest immediate band-aid we have. Closes #1087.
1 parent 153953d commit d8d1205

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/gps/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,5 +203,5 @@ const (
203203
expensiveCmdTimeout = 2 * time.Minute
204204
// defaultCmdTimeout is just an umbrella value for all other commands that
205205
// should not take much.
206-
defaultCmdTimeout = 10 * time.Second
206+
defaultCmdTimeout = 30 * time.Second
207207
)

0 commit comments

Comments
 (0)