Increase timeout for FIPS job (#15505)

Timed out in https://github.com/keycloak/keycloak/actions/runs/3465895045/jobs/5789314099
This commit is contained in:
Stian Thorgersen 2022-11-15 12:33:43 +01:00 committed by GitHub
parent 9f532eecaf
commit b104dc770d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -294,7 +294,7 @@ jobs:
name: Base testsuite (fips) name: Base testsuite (fips)
needs: build needs: build
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30 timeout-minutes: 45
strategy: strategy:
matrix: matrix:
server: ['bcfips-nonapproved-pkcs12'] server: ['bcfips-nonapproved-pkcs12']