Skip to content

Commit ffad258

Browse files
committed
chore: add timeout for package macos
1 parent b7f3490 commit ffad258

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,7 @@ jobs:
108108
echo "LOG_ENCRYPTION_PUBLIC_KEY=${{ secrets.LOG_ENCRYPTION_PUBLIC_KEY }}" >> packages/neuron-wallet/.env
109109
110110
- name: Package for MacOS
111+
timeout-minutes: 30
111112
if: runner.os == 'macOS'
112113
run: |
113114
./scripts/download-ckb.sh mac

.github/workflows/package_for_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
157157
- name: Package for MacOS
158158
if: ${{ runner.os == 'macOS' && env.MAC_SHOULD_CODE_SIGN == 'true' }}
159+
timeout-minutes: 30
159160
run: |
160161
./scripts/download-ckb.sh mac
161162
yarn package:test mac

0 commit comments

Comments
 (0)