This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-1.9.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 0b981bf3060584b750629b96ccc7838b0efecfa1
Author: Pasquale Congiusti <pasquale.congiu...@gmail.com>
AuthorDate: Fri Oct 21 12:37:31 2022 +0200

    chore(ci): preflight timeout to 5 min
---
 .github/actions/kamel-preflight-test/preflight-test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/actions/kamel-preflight-test/preflight-test.sh 
b/.github/actions/kamel-preflight-test/preflight-test.sh
index a815006da..e20aabed1 100755
--- a/.github/actions/kamel-preflight-test/preflight-test.sh
+++ b/.github/actions/kamel-preflight-test/preflight-test.sh
@@ -165,7 +165,7 @@ sleep 3
 #
 # Wait for the operator to be running
 #
-timeout=180
+timeout=300
 i=1
 command="kubectl get pods -n ${NAMESPACE} 2> /dev/null | grep camel-k | grep 
Running &> /dev/null"
 

Reply via email to