Skip to content

Commit fe5377a

Browse files
authored
chore(ci): Increase container app verification timeout (#1819)
1 parent fd10351 commit fe5377a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow-deploy-apps.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ on:
5151
required: false
5252
default: ${{ github.ref }}
5353
type: string
54-
54+
5555
concurrency:
5656
# Existing runs are cancelled if someone repeatedly commits to their own Pull Request (PR). However, it does not stop others' dry runs or actual deployments from the main branch.
5757
# Also, the cancellation does not occur on merges to the main branch. Therefore, if multiple merges to main are performed simultaneously, they will just be queued up.
@@ -228,7 +228,7 @@ jobs:
228228
uses: azure/CLI@v2
229229
if: ${{!inputs.dryRun}}
230230
id: verify-deployment
231-
timeout-minutes: 3
231+
timeout-minutes: 10
232232
with:
233233
inlineScript: |
234234
./.github/tools/revisionVerifier.sh ${{ steps.deploy.outputs.revisionName }} ${{ secrets.AZURE_RESOURCE_GROUP_NAME }}

0 commit comments

Comments
 (0)