add unit test ci timeout (#11655)

This commit is contained in:
xiangzihao 2022-08-26 11:45:49 +08:00 committed by GitHub
parent eda9f3d50c
commit a22b9271ff
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: