Skip to content

Commit

Permalink
feat: ssset increase timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiGuranIonos committed Nov 28, 2024
1 parent e3fe976 commit 2af4ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/kube/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ import (
)

// ResourceReadyTimeout time to wait for resource to be ready
const ResourceReadyTimeout = 30 * time.Minute
const ResourceReadyTimeout = 50 * time.Minute

// ServerSetReadyTimeout time to wait for serverset to be ready
const ServerSetReadyTimeout = 1 * time.Hour
const ServerSetReadyTimeout = 3 * time.Hour

// ErrExternalCreateFailed error when external create fails, so we know to delete kube object
var ErrExternalCreateFailed = errors.New("external create failed")
Expand Down

0 comments on commit 2af4ad6

Please sign in to comment.