Skip to content

Commit

Permalink
update timings
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea committed Sep 26, 2024
1 parent b0e9801 commit 308c1b4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tekton/src/tasks/gitops/gitops-mas-fvt-preparer.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -369,12 +369,12 @@ spec:
SUITE_APP_NAME="suite.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"
WORKSPACE_APP="${MAS_WORKSPACE_ID}.suite.${CLUSTER_NAME}.${MAS_INSTANCE_ID}"

check_argo_app_healthy "${MONGO_CONFIG_APP}" 60 #30 minutes
check_argo_app_healthy "${SLS_CONFIG_APP}" 10
check_argo_app_healthy "${BAS_CONFIG_APP}" 10
check_argo_app_healthy "${SLS_APP_NAME}" 10
check_argo_app_healthy "${SUITE_APP_NAME}" 10
check_argo_app_healthy "${WORKSPACE_APP}" 10
check_argo_app_healthy "${SLS_APP_NAME}" 60 #30 minutes
check_argo_app_healthy "${MONGO_CONFIG_APP}" 30 #15 minutes
check_argo_app_healthy "${SLS_CONFIG_APP}" 30
check_argo_app_healthy "${BAS_CONFIG_APP}" 30
check_argo_app_healthy "${SUITE_APP_NAME}" 30
check_argo_app_healthy "${WORKSPACE_APP}" 30
fi

if [[ "$LAUNCHER_ID" == "apps" ]]; then
Expand Down

0 comments on commit 308c1b4

Please sign in to comment.