You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2022/10/21 13:09:04 UTC

[camel-k] 02/02: chore(ci): preflight timeout to 5 min

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 <pa...@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"