diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0035945834..98aba1b885 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -95,7 +95,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: yarn dist @@ -104,7 +104,7 @@ jobs: if: ${{ runner.os == 'macOS' && github.event_name != 'push' }} uses: nick-fields/retry@943e742917ac94714d2f408a0e8320f2d1fcafcd with: - timeout_minutes: 30 + timeout_minutes: 45 max_attempts: 3 retry_on: error command: yarn dist