mirror of
https://github.com/cdr/code-server.git
synced 2025-12-06 00:14:08 +01:00
Increase build timeout
This commit is contained in:
parent
9a24e467b2
commit
904942a194
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
|
|
@ -164,7 +164,7 @@ jobs:
|
|||
build:
|
||||
name: Build code-server
|
||||
runs-on: ubuntu-22.04
|
||||
timeout-minutes: 60
|
||||
timeout-minutes: 70
|
||||
env:
|
||||
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
|
||||
DISABLE_V8_COMPILE_CACHE: 1
|
||||
|
|
|
|||
Loading…
Reference in a new issue