Skip to content

Commit

Permalink
Update timeout-minutes for compile job
Browse files Browse the repository at this point in the history
  • Loading branch information
LcJuves committed Aug 5, 2023
1 parent 1f5c15c commit ab4aa93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/codeoss-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
RUST_VERSION: 1.65.0
CODE_ICO_URL: https://github.com/LcJuves/vscode/raw/94cba4eb314f52fd18b47b72459954fda65302d0/resources/win32/code.ico
VSCODE_STEP_ON_IT: false
CACHE_VERSION: 1691224280
CACHE_VERSION: 1691227766
PUBLISH_NAME: dev_test_part29
PUBLISH_TAG_NAME: dev_test_part29
PRE_RELEASE: true
Expand Down Expand Up @@ -89,7 +89,6 @@ jobs:
name: Product configurations
path: |
product.json
vs-product.json
resources/win32/VisualElementsManifest.xml
resources/server/manifest.json
resources/linux/AppImage.yml
Expand Down Expand Up @@ -171,7 +170,7 @@ jobs:
cache-version: ${{ env.CACHE_VERSION }}

- name: Compile & Hygiene
timeout-minutes: 60
timeout-minutes: 90
run: yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check vscode-dts-compile-check tsec-compile-check

- name: Compile test suites
Expand Down

0 comments on commit ab4aa93

Please sign in to comment.