From f203a3b24270ad391787f7cc551cd53d800ef070 Mon Sep 17 00:00:00 2001 From: Justin Ashworth Date: Wed, 20 Oct 2021 22:49:38 -0400 Subject: [PATCH] Updated timeout for slower installs --- .../workflows/AzureCouchbaseServerAndSyncGatewayBYOL.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/AzureCouchbaseServerAndSyncGatewayBYOL.yml b/.github/workflows/AzureCouchbaseServerAndSyncGatewayBYOL.yml index b49c376..7afc1e2 100644 --- a/.github/workflows/AzureCouchbaseServerAndSyncGatewayBYOL.yml +++ b/.github/workflows/AzureCouchbaseServerAndSyncGatewayBYOL.yml @@ -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: | @@ -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: | @@ -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: | @@ -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: |