Skip to content

Commit

Permalink
5 mins is enough for UTM VM (#1663)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellt committed Oct 22, 2023
1 parent cbc615a commit cd3c3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nodes/srl/srl.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ import (
)

const (
srlDefaultType = "ixrd2"
srlDefaultType = "ixrd2" // default srl node type

readyTimeout = time.Minute * 2 // max wait time for node to boot
readyTimeout = time.Minute * 5 // max wait time for node to boot
retryTimer = time.Second

// defaultCfgPath is a path to a file with default config that clab adds on top of the factory config.
Expand Down

0 comments on commit cd3c3cf

Please sign in to comment.