Update nightly.yaml (#1745)

Increase timeout for testJava15
This commit is contained in:
Nikita Salnikov-Tarnovski 2020-11-24 00:57:59 +02:00 committed by GitHub
parent 3b480f5e50
commit bdc3664600
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ jobs:
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
with:
command: ./gradlew testJava${{ matrix.java }} --stacktrace -Dorg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }}
timeout_minutes: 90
timeout_minutes: 180
max_attempts: 3
- name: Aggregate test reports with ciMate