This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 6b3a2f3f0 chore(e2e): increase OLM install timeout
6b3a2f3f0 is described below
commit 6b3a2f3f0ac2614b029520547fc3bbd24ffb5bbd
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Jan 7 18:25:27 2025 +0100
chore(e2e): increase OLM install timeout
---
e2e/install/olm/olm_install_test.go | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/e2e/install/olm/olm_install_test.go
b/e2e/install/olm/olm_install_test.go
index ab49c54d3..9ff696699 100644
--- a/e2e/install/olm/olm_install_test.go
+++ b/e2e/install/olm/olm_install_test.go
@@ -61,7 +61,7 @@ func TestOLMInstallation(t *testing.T) {
fmt.Sprintf("BUNDLE_IMAGE_NAME=%s",
bundleImageName),
fmt.Sprintf("NAMESPACE=%s", ns),
),
- "180s",
+ "300s",
)
// Refresh the test client to account for the newly installed
CRDs
RefreshClient(t)