diff --git a/nodes/srl/srl.go b/nodes/srl/srl.go index a9db5fee8..d1b8b718c 100644 --- a/nodes/srl/srl.go +++ b/nodes/srl/srl.go @@ -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.