Skip to content

Commit

Permalink
[patch] Increase Manage Launch FVT timeout (#647)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Quinteiro <[email protected]>
  • Loading branch information
alequint and Alexandre Quinteiro authored Nov 21, 2023
1 parent 3ad9086 commit ab153c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/src/tasks/fvt-launcher/launchfvt-manage.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,13 @@ spec:
- name: wait-for-pipelinerun
image: quay.io/ibmmas/cli:latest
imagePullPolicy: $(params.image_pull_policy)
# 50 retries at 10 minute intervals = just over 8 hours
# 60 retries at 10 minute intervals = 10 hours
command:
- /opt/app-root/src/wait-for-pipelinerun.sh
- --delay
- "600"
- --max-retries
- "50"
- "60"
- --ignore-failure
env:
- name: PIPELINERUN_NAME
Expand Down

0 comments on commit ab153c3

Please sign in to comment.