From be56fbe6c56a62fd7515ab797781153cb0c6a60d Mon Sep 17 00:00:00 2001 From: DeeDeeG Date: Tue, 26 Sep 2023 10:51:09 -0400 Subject: [PATCH] CI: Increase timeouts for building and packaging Pulsar in GitHub Actions --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c83f42188..f6b3f1a449 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs: - name: Build Pulsar uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd with: - timeout_minutes: 30 + timeout_minutes: 45 max_attempts: 3 retry_on: error shell: bash @@ -108,7 +108,7 @@ jobs: TEAM_ID: ${{ secrets.TEAM_ID }} uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd with: - timeout_minutes: 30 + timeout_minutes: 45 max_attempts: 3 retry_on: error command: |