Skip to content

Commit

Permalink
Merge pull request #91 from malscent/MB-48876-MDS-For-AWS
Browse files Browse the repository at this point in the history
Updated timeout for slower installs
  • Loading branch information
malscent authored Oct 21, 2021
2 parents fc63434 + f203a3b commit ca4c411
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 ca4c411

Please sign in to comment.