Skip to content

Commit

Permalink
increase timeout period for observability-bundle apps (#155)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumEnigmaa authored Dec 5, 2023
1 parent 7051236 commit 7af7603
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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]

### Fixed

- Increased timeout for observability-bundle apps.

## [1.19.2] - 2023-12-04

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion internal/common/apps.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ func runApps() {
}

Eventually(wait.IsAllAppDeployed(state.GetContext(), state.GetFramework().MC(), appNamespacedNames)).
WithTimeout(15 * time.Minute).
WithTimeout(25 * time.Minute).
WithPolling(10 * time.Second).
Should(BeTrue())
})
Expand Down

0 comments on commit 7af7603

Please sign in to comment.