mirror of
https://github.com/open-goal/jak-project
synced 2026-05-27 16:14:18 -04:00
ci: bump timeouts on builds, mostly for cache misses (#2690)
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
build:
|
||||
name: Clang
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 45
|
||||
timeout-minutes: 60
|
||||
|
||||
env: # overrides: https://github.com/mbitsnbites/buildcache/blob/master/doc/configuration.md
|
||||
BUILDCACHE_MAX_CACHE_SIZE: 1000000000 # 1gb
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
build:
|
||||
name: GCC
|
||||
runs-on: ubuntu-20.04
|
||||
timeout-minutes: 45
|
||||
timeout-minutes: 60
|
||||
|
||||
env: # overrides: https://github.com/mbitsnbites/buildcache/blob/master/doc/configuration.md
|
||||
BUILDCACHE_MAX_CACHE_SIZE: 1000000000 # 1gb
|
||||
|
||||
@@ -15,7 +15,7 @@ jobs:
|
||||
name: Clang
|
||||
runs-on: windows-2022
|
||||
# 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: 45
|
||||
timeout-minutes: 60
|
||||
|
||||
env: # overrides: https://github.com/mbitsnbites/buildcache/blob/master/doc/configuration.md
|
||||
BUILDCACHE_MAX_CACHE_SIZE: 1000000000 # 1gb
|
||||
|
||||
@@ -14,7 +14,7 @@ jobs:
|
||||
build:
|
||||
name: MSVC
|
||||
runs-on: windows-2022
|
||||
timeout-minutes: 45
|
||||
timeout-minutes: 60
|
||||
|
||||
env: # overrides: https://github.com/mbitsnbites/buildcache/blob/master/doc/configuration.md
|
||||
BUILDCACHE_MAX_CACHE_SIZE: 1000000000 # 1gb
|
||||
|
||||
Reference in New Issue
Block a user