Skip to content

Commit

Permalink
tests: increase wait timeout for tests (45m)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjdcordeiro committed Aug 3, 2023
1 parent 4793c38 commit 19ee8d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
workflow-name: Tests.yaml
payload: '{ "oci-image-name": "${{ steps.rename-oci-archive.outputs.name }}", "oci-image-path": "oci/${{ matrix.name }}", "is-a-rock": ${{ env.IS_A_ROCK }}, "cache-key": "${{ github.run_id }}-${{ steps.rename-oci-archive.outputs.name }}", "vulnerability-report-suffix": "${{ env.VULNERABILITY_REPORT_SUFFIX }}" }'
trigger-timeout: "5m"
wait-timeout: "30m"
wait-timeout: "45m"
run-id: dummy
use-marker-step: true

Expand Down

0 comments on commit 19ee8d6

Please sign in to comment.