This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-helm-chart.git
The following commit(s) were added to refs/heads/master by this push:
new 88638d6 Increase timeouts in CI
88638d6 is described below
commit 88638d6b66221d5de6b4beaa98727460bc0afd7e
Author: Lari Hotari <[email protected]>
AuthorDate: Tue Apr 2 10:14:09 2024 +0300
Increase timeouts in CI
- metallb timeout from 90s to 120s
- chart installation timeout from 300s to 360s
---
.ci/helm.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.ci/helm.sh b/.ci/helm.sh
index d7b48b4..71b7d37 100644
--- a/.ci/helm.sh
+++ b/.ci/helm.sh
@@ -130,12 +130,12 @@ function ci::install_pulsar_chart() {
${KUBECTL} wait --namespace metallb-system \
--for=condition=ready pod \
--selector=app=metallb \
- --timeout=90s
+ --timeout=120s
# configure metallb
${KUBECTL} apply -f ${BINDIR}/metallb/metallb-config.yaml
install_args=""
else
- install_args="--wait --wait-for-jobs --timeout 300s --debug"
+ install_args="--wait --wait-for-jobs --timeout 360s --debug"
fi
CHART_ARGS=""