Skip to content

Commit

Permalink
fix #132
Browse files Browse the repository at this point in the history
quoting the suggestion of Stebalien
change timeout 3m -> 5m
  • Loading branch information
godcong committed Oct 27, 2020
1 parent d26686e commit aa5fad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
}

InsideGUI = func() bool { return false }
ShellTimeOut = 3 * time.Minute
ShellTimeOut = 5 * time.Minute
)

func init() {
Expand Down

0 comments on commit aa5fad3

Please sign in to comment.