Skip to content

Commit

Permalink
Update ci-pipeline.yml: timeout 300 for waiting for healthy app
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyBRoswell authored Aug 26, 2024
1 parent a5ba124 commit 7100c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
uses: raschmitt/wait-for-healthy-container/@v1
with:
container-name: app
timeout: 120
timeout: 300

- name: Login to github Registry
if: ${{ inputs.push }}
Expand Down

0 comments on commit 7100c69

Please sign in to comment.