Skip to content

Commit

Permalink
Merge pull request #84 from malscent/main
Browse files Browse the repository at this point in the history
Fix timeout issues
  • Loading branch information
malscent authored Sep 8, 2021
2 parents 609bc33 + e2006db commit 0e82cc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/AWSCouchbaseServer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
AWS_DEFAULT_REGION: 'us-east-1'
AWS_REGION: 'us-east-1'
- name: Deploy To AWS (Defaults)
timeout-minutes: 15
timeout-minutes: 20
run: |
bash ${GITHUB_WORKSPACE}/aws/CouchbaseServer/deploy.sh -n "cb-server-defaults-${GITHUB_SHA::6}"
env:
Expand All @@ -50,7 +50,7 @@ jobs:
AWS_DEFAULT_REGION: 'us-east-1'
AWS_REGION: 'us-east-1'
- name: Teardown From AWS
timeout-minutes: 15
timeout-minutes: 20
run: |
bash ${GITHUB_WORKSPACE}/aws/backout.sh "cb-server-defaults-${GITHUB_SHA::6}"
env:
Expand All @@ -59,7 +59,7 @@ jobs:
AWS_DEFAULT_REGION: 'us-east-1'
AWS_REGION: 'us-east-1'
- name: Deploy To AWS
timeout-minutes: 15
timeout-minutes: 20
run: |
bash ${GITHUB_WORKSPACE}/aws/CouchbaseServer/deploy.sh -n "cb-server-non-defaults-${GITHUB_SHA::6}" -c 3 -v 6.6.0 -r "$AWS_REGION"
env:
Expand All @@ -68,7 +68,7 @@ jobs:
AWS_DEFAULT_REGION: 'us-east-1'
AWS_REGION: 'us-east-1'
- name: Teardown From AWS
timeout-minutes: 15
timeout-minutes: 20
run: |
bash ${GITHUB_WORKSPACE}/aws/backout.sh "cb-server-non-defaults-${GITHUB_SHA::6}"
env:
Expand Down

0 comments on commit 0e82cc8

Please sign in to comment.