diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e6a0e33911e..fcee8b40fd7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -375,9 +375,9 @@ jobs: env: PACKAGE_VERSION: ${{ needs.build.outputs.version }} with: - max_attempts: 5 + max_attempts: 7 retry_on: error - timeout_minutes: 10 + timeout_minutes: 5 command: | cd dist PACKAGES=("@winglang/sdk" "@winglang/compiler" "@wingconsole/design-system" "@wingconsole/ui" "@wingconsole/server" "@wingconsole/app" "winglang")