add unit test ci timeout (#11655) (#12021)

Co-authored-by: xiangzihao <460888207@qq.com>
This commit is contained in:
Kerwin 2022-09-18 07:15:48 +08:00 committed by GitHub
parent 1b2d8be489
commit 2bdd0d9c6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
java: ['8', '11']
timeout-minutes: 30
timeout-minutes: 45
steps:
- uses: actions/checkout@v2
with: