fix: change ci timeout minutes (#2187)

This commit is contained in:
jack zhang 2023-07-05 18:29:18 +08:00 committed by GitHub
parent 3281aa5cf1
commit 207ad61c63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -31,4 +31,4 @@ jobs:
cache: 'yarn'
- run: yarn install
- run: yarn build
timeout-minutes: 15
timeout-minutes: 30

View File

@ -39,4 +39,4 @@ jobs:
cache: 'yarn'
- run: yarn install
- run: yarn test:client
timeout-minutes: 15
timeout-minutes: 30