Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-406 Increased timeout for installing operators
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k committed Sep 25, 2023
1 parent 0082d28 commit 05926fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ const (
APIVersionCoreosV1 = "operators.coreos.com/v1"

pollInterval = 1 * time.Second
pollDuration = 150 * time.Second
pollDuration = 300 * time.Second
)

// ErrEmptyVersionTag Got an empty version tag from GitHub API.
Expand Down

0 comments on commit 05926fe

Please sign in to comment.