Increase timeout for base testsuite (#15545)

Base testsuite (quarkus-map-jpa, group2) has been cancelled twice in the last 7 days.
This commit is contained in:
Stian Thorgersen 2022-11-17 11:38:21 +01:00 committed by GitHub
parent bf458c5715
commit ed4e91b380
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -197,7 +197,7 @@ jobs:
name: Base testsuite
needs: build
runs-on: ubuntu-latest
timeout-minutes: 90
timeout-minutes: 100
strategy:
matrix:
server: ['quarkus', 'quarkus-map', 'quarkus-map-hot-rod', 'quarkus-map-jpa']