1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-16 15:10:12 +00:00

Updated Addon Timeout to 45s

This commit is contained in:
William Godfrey
2020-10-20 14:36:09 +01:00
parent 8a45350506
commit 76efb8f854
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ import (
const (
DefaultRetries = 5
DefaultSleepSeconds = 5
DefaultTimeout = 30
DefaultTimeout = 45
K8sWrapTransportTimeout = 30
)