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:
Tyler Wilding 2021-11-06 22:48:53 -05:00 committed by lightningterror
parent 754c6126b1
commit 7b815b5f07
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}