Skip to content

Commit

Permalink
Increase CAPVCD ClusterReady timeout to 40Min (#548)
Browse files Browse the repository at this point in the history
* increase CAPVCD `ClusterReady` timeout to 40Min

* increase CAPVCD `ClusterReady` timeout to 40Min
  • Loading branch information
njuettner authored Nov 19, 2024
1 parent ef43c56 commit 38086bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Increase CAPVCD `ClusterReady` timeout to 40Min

## [1.78.0] - 2024-11-19

### Changed
Expand Down
4 changes: 2 additions & 2 deletions providers/capvcd/upgrade/capvcd_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (

var _ = Describe("Basic upgrade test", Ordered, func() {
BeforeEach(func() {
// Set the timeout for `ClusterReady` check to 25 minutes when upgrading the cluster
state.SetTestTimeout(timeout.ClusterReadyTimeout, time.Minute*25)
// Set the timeout for `ClusterReady` check to 40 minutes when upgrading the cluster
state.SetTestTimeout(timeout.ClusterReadyTimeout, time.Minute*40)
})
// it is better to get defaults at first and then customize
// further changes in defaults will be effective here.
Expand Down

0 comments on commit 38086bd

Please sign in to comment.