Skip to content

Commit 4d824ae

Browse files
authored
ci: adjust cloud image build timeout from 60 minutes to 120 minutes (#19102)
1 parent 54e556c commit 4d824ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
ref: "refs/pull/${{ github.event.number }}/merge"
6666
- name: Build Release
6767
uses: ./.github/actions/build_linux
68-
timeout-minutes: 60
68+
timeout-minutes: 120
6969
env:
7070
DATABEND_ENTERPRISE_LICENSE_PUBLIC_KEY: ${{ secrets.DATABEND_ENTERPRISE_LICENSE_PUBLIC_KEY }}
7171
DATABEND_TELEMETRY_ENDPOINT: ${{ secrets.DATABEND_TELEMETRY_ENDPOINT}}

0 commit comments

Comments
 (0)