Skip to content

Commit

Permalink
ci: Adjusted timeouts for connector-installer wait call
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanRynne committed May 28, 2024
1 parent 22354fd commit 97a7e17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
inputs: '{ "run_id": "${{ github.run_id }}", "version": "${{ env.fullSemVer }}" }'
ref: main
wait-for-completion: true
wait-for-completion-interval: 5s
wait-for-completion-timeout: 2m
wait-for-completion-interval: 10s
wait-for-completion-timeout: 10m
display-workflow-run-url: true
display-workflow-run-url-interval: 10s
workflow-logs: true

0 comments on commit 97a7e17

Please sign in to comment.