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

Commit

Permalink
Increase default subcommand timeout to 30s
Browse files Browse the repository at this point in the history
None of this is great, but this is the easiest immediate band-aid we
have.

Closes #1087.
  • Loading branch information
sdboyer committed Aug 30, 2017
1 parent 153953d commit d8d1205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/gps/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -203,5 +203,5 @@ const (
expensiveCmdTimeout = 2 * time.Minute
// defaultCmdTimeout is just an umbrella value for all other commands that
// should not take much.
defaultCmdTimeout = 10 * time.Second
defaultCmdTimeout = 30 * time.Second
)

0 comments on commit d8d1205

Please sign in to comment.