CI/AppImage: Increase timeout to 90 minutes

This commit is contained in:
Connor McLaughlin 2023-10-25 16:36:08 +10:00 committed by GitHub
parent d27ad8e23a
commit 3c8591d371
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ jobs:
name: ${{ inputs.jobName }} name: ${{ inputs.jobName }}
runs-on: ${{ inputs.os }} runs-on: ${{ inputs.os }}
# Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them. # Set some sort of timeout in the event of run-away builds. We are limited on concurrent jobs so, get rid of them.
timeout-minutes: 60 timeout-minutes: 90
env: env:
CCACHE_BASEDIR: ${{ github.workspace }} CCACHE_BASEDIR: ${{ github.workspace }}
CCACHE_DIR: ${{ github.workspace }}/.ccache CCACHE_DIR: ${{ github.workspace }}/.ccache