fix: change ci timeout minutes (#2187)
This commit is contained in:
parent
3281aa5cf1
commit
207ad61c63
2
.github/workflows/nocobase-build-test.yml
vendored
2
.github/workflows/nocobase-build-test.yml
vendored
@ -31,4 +31,4 @@ jobs:
|
|||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn build
|
- run: yarn build
|
||||||
timeout-minutes: 15
|
timeout-minutes: 30
|
||||||
|
2
.github/workflows/nocobase-test-frontend.yml
vendored
2
.github/workflows/nocobase-test-frontend.yml
vendored
@ -39,4 +39,4 @@ jobs:
|
|||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
- run: yarn install
|
- run: yarn install
|
||||||
- run: yarn test:client
|
- run: yarn test:client
|
||||||
timeout-minutes: 15
|
timeout-minutes: 30
|
||||||
|
Loading…
Reference in New Issue
Block a user