Increase timeout for FIPS job (#15505)
Timed out in https://github.com/keycloak/keycloak/actions/runs/3465895045/jobs/5789314099
This commit is contained in:
parent
9f532eecaf
commit
b104dc770d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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']
|
||||||
|
|
Loading…
Reference in a new issue