From 6aeefb6ca3ca7e7529e1b286e894beac20d7c5e1 Mon Sep 17 00:00:00 2001 From: biswajit-9776 Date: Thu, 29 Aug 2024 11:58:28 +0530 Subject: [PATCH] Increases cronjob time from 60s to 100s Signed-off-by: biswajit-9776 --- tests/gh-actions/wait_for_kubeflow_m2m_oidc_configurator.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/gh-actions/wait_for_kubeflow_m2m_oidc_configurator.sh b/tests/gh-actions/wait_for_kubeflow_m2m_oidc_configurator.sh index d658881b4..2968885a7 100755 --- a/tests/gh-actions/wait_for_kubeflow_m2m_oidc_configurator.sh +++ b/tests/gh-actions/wait_for_kubeflow_m2m_oidc_configurator.sh @@ -3,7 +3,7 @@ CRONJOB_NAME=kubeflow-m2m-oidc-configurator NAMESPACE=istio-system RETRY_INTERVAL=5 # Each loop iterates after 'RETRY_INTERVAL' seconds -MAX_RETRIES=12 # Each loop iterates for a total number of 'MAX_RETRIES' +MAX_RETRIES=20 # Each loop iterates for a total number of 'MAX_RETRIES' # Function to get the latest Job created by the CronJob get_latest_job() {