Skip to content

Commit

Permalink
Updated timeout for slower installs
Browse files Browse the repository at this point in the history
  • Loading branch information
malscent committed Oct 21, 2021
1 parent 47c48ad commit f203a3b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/AzureCouchbaseServerAndSyncGatewayBYOL.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: echo "$GITHUB_WORKSPACE"
# Runs a set of commands using the runners shell
- name: Deploy To Azure
timeout-minutes: 15
timeout-minutes: 20
uses: azure/CLI@v1
with:
inlineScript: |
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
run: echo "$GITHUB_WORKSPACE"
# Runs a set of commands using the runners shell
- name: Deploy To Azure
timeout-minutes: 15
timeout-minutes: 20
uses: azure/CLI@v1
with:
inlineScript: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
run: echo "$GITHUB_WORKSPACE"
# Runs a set of commands using the runners shell
- name: Deploy To Azure
timeout-minutes: 15
timeout-minutes: 20
uses: azure/CLI@v1
with:
inlineScript: |
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
run: echo "$GITHUB_WORKSPACE"
# Runs a set of commands using the runners shell
- name: Deploy To Azure
timeout-minutes: 15
timeout-minutes: 20
uses: azure/CLI@v1
with:
inlineScript: |
Expand Down

0 comments on commit f203a3b

Please sign in to comment.