Skip to content

Commit

Permalink
[patch] Update step timeout to 6.40 hrs as image scan wait now waits …
Browse files Browse the repository at this point in the history
…for 6.30 hrs
  • Loading branch information
padmankosalaram committed Sep 23, 2024
1 parent deb6c05 commit ae1b953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tekton/src/tasks/ivt/ivt-core.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ spec:
steps:
- image: '$(params.fvt_image_registry)/mas-devops/ivt-core@$(params.fvt_image_digest)'
imagePullPolicy: $(params.image_pull_policy)
timeout: 4h0m0s # SPS Multi-Scan can take over three hours to run for IoT
timeout: 6h40m0s # SPS Multi-Scan can take over three hours to run for IoT
onError: continue # Ensure bad FVTs don't break the pipeline
resources: {}
workingDir: /opt/ibm/test/src
Expand Down

0 comments on commit ae1b953

Please sign in to comment.