Skip to content

Commit

Permalink
Lower timers.
Browse files Browse the repository at this point in the history
  • Loading branch information
udhos committed Mar 24, 2017
1 parent 43116ed commit a6c7e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev/model_huawei_vrp.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ func registerModelHuaweiVRP(logger hasPrintf, t *DeviceTable) {
a.ReadTimeout = 10 * time.Second
a.MatchTimeout = 20 * time.Second
a.SendTimeout = 5 * time.Second
a.CommandReadTimeout = 20 * time.Second // larger timeout for slow 'sh run'
a.CommandMatchTimeout = 60 * time.Second // larger timeout for slow 'sh run'
a.CommandReadTimeout = 15 * time.Second // larger timeout for slow 'sh run'
a.CommandMatchTimeout = 25 * time.Second // larger timeout for slow 'sh run'
a.QuoteSentCommandsFormat = `##[%s]`

m := &Model{name: "huawei-vrp"}
Expand Down

0 comments on commit a6c7e19

Please sign in to comment.