Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4b8fc00

Browse files
authored
chore(ci): set cluster pin timeout to 30m
https://github.com/ipfs/ipfs-webui/actions/workflows/ci.yml?page=4&query=is%3Asuccess are usually under 10-20 minutes if something takes longer it will likely take ages and then fail, so better to fail faster, allowing user to retry release
1 parent 0412970 commit 4b8fc00

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ jobs:
135135
CLUSTER_USER: ${{ secrets.CLUSTER_USER }}
136136
CLUSTER_PASSWORD: ${{ secrets.CLUSTER_PASSWORD }}
137137
PIN_NAME: "ipfs-webui@${{ github.sha }}"
138+
timeout-minutes: 15
138139

139140
- name: Fail job due to pinning failure
140141
# only fail if pinning failed for main commits

0 commit comments

Comments
 (0)