mirror of https://github.com/PCSX2/pcsx2.git
CI/AppImage: Increase timeout to 90 minutes
This commit is contained in:
parent
d27ad8e23a
commit
3c8591d371
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue