mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-22 16:00:05 -05:00
double CRD timeout to 30 seconds (#230)
Signed-off-by: Fabian Kammel <fk@edgeless.systems>
This commit is contained in:
parent
23afccb975
commit
552fb8f9b1
@ -51,7 +51,7 @@ const (
|
|||||||
// kubeletStartTimeout is the maximum time given to the kubelet service to (re)start.
|
// kubeletStartTimeout is the maximum time given to the kubelet service to (re)start.
|
||||||
kubeletStartTimeout = 10 * time.Minute
|
kubeletStartTimeout = 10 * time.Minute
|
||||||
// crdTimeout is the maximum time given to the CRDs to be created.
|
// crdTimeout is the maximum time given to the CRDs to be created.
|
||||||
crdTimeout = 15 * time.Second
|
crdTimeout = 30 * time.Second
|
||||||
// helmTimeout is the maximum time given to the helm client.
|
// helmTimeout is the maximum time given to the helm client.
|
||||||
helmTimeout = 5 * time.Minute
|
helmTimeout = 5 * time.Minute
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user