Skip to content

Commit

Permalink
chore(ci): set cluster pin timeout to 30m
Browse files Browse the repository at this point in the history
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
  • Loading branch information
lidel authored Nov 29, 2024
1 parent 0412970 commit 4b8fc00
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ jobs:
CLUSTER_USER: ${{ secrets.CLUSTER_USER }}
CLUSTER_PASSWORD: ${{ secrets.CLUSTER_PASSWORD }}
PIN_NAME: "ipfs-webui@${{ github.sha }}"
timeout-minutes: 15

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

0 comments on commit 4b8fc00

Please sign in to comment.