Skip to content

Commit

Permalink
Stopgap: Raise selfhosted timeout to 960 min
Browse files Browse the repository at this point in the history
960 min = 16 hours

Builds get killed because queues are long
  • Loading branch information
sounddrill31 authored Jul 13, 2024
1 parent ec5736c commit 066cb96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ jobs:
LUNCH: ${{ needs.prepare.outputs.LUNCH }}

build:
timeout-minutes: 720
timeout-minutes: 960
name: Build using foss.crave.io
needs: test
runs-on: self-hosted
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
$LUNCH && \
make installclean && \
${{ github.event.inputs.BUILD_COMMAND }}"
timeout-minutes: 720
timeout-minutes: 960

# Send Build 'status' notification
- name: Telegram Notification
Expand Down

0 comments on commit 066cb96

Please sign in to comment.