mirror of https://github.com/PCSX2/pcsx2.git
actions: increase linux build times as well until cache is reliable
We can rely on the cache more once the following issue is resolved - https://github.com/actions/cache/issues/342#issuecomment-673371329 Once we can, we should be able to dynamically set the timeout according to the cache-hit/miss
This commit is contained in:
parent
754c6126b1
commit
7b815b5f07
|
@ -84,7 +84,7 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
continue-on-error: ${{ matrix.experimental }}
|
||||
# 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: 30
|
||||
timeout-minutes: 60
|
||||
|
||||
env:
|
||||
CCACHE_BASEDIR: ${{ github.workspace }}
|
||||
|
|
Loading…
Reference in New Issue