Adjust service start timeout
parent
78a1d11b99
commit
47c1f43247
|
@ -40,3 +40,6 @@ jobs:
|
|||
- name: Run molecule test
|
||||
run: molecule test --all
|
||||
working-directory: ./ansible_collections/middleware_automation/keycloak
|
||||
env:
|
||||
PY_COLORS: '1'
|
||||
ANSIBLE_FORCE_COLOR: '1'
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash -eu
|
||||
|
||||
set -o pipefail
|
||||
set +u -o pipefail
|
||||
|
||||
checkEnvVar() {
|
||||
local envVar=${1}
|
||||
|
|
|
@ -11,7 +11,7 @@ Group={{ keycloak_service_group }}
|
|||
PIDFile={{ keycloak_service_pidfile }}
|
||||
ExecStart={{ keycloak_dest }}/keycloak-service.sh start
|
||||
ExecStop={{ keycloak_dest }}/keycloak-service.sh stop
|
||||
TimeoutStartSec=60
|
||||
TimeoutStartSec=90
|
||||
TimeoutStopSec=60
|
||||
LimitNOFILE=102642
|
||||
|
||||
|
|
Loading…
Reference in New Issue