mirror of
https://github.com/keycloak/keycloak.git
synced 2026-02-18 18:37:54 -05:00
remote testing now requires a build option closes: #45794 Signed-off-by: Steve Hawkins <shawkins@redhat.com>
17 lines
645 B
Properties
17 lines
645 B
Properties
quarkus.test.hang-detection-timeout=30m
|
|
|
|
# we start operator manually during tests
|
|
quarkus.operator-sdk.start-operator=false
|
|
# we take responsibility for starting the apiserver
|
|
quarkus.kubernetes-client.devservices.enabled=false
|
|
|
|
quarkus.log.level=INFO
|
|
|
|
kc.operator.keycloak.pod-labels."test.label"=foobar
|
|
kc.operator.keycloak.pod-labels."testLabelWithExpression"=${OPERATOR_TEST_LABEL_EXPRESSION:default}
|
|
# allow the watching tests to complete more quickly
|
|
kc.operator.keycloak.poll-interval-seconds=10
|
|
# Update Pod timeout reduced to 1 min for testing
|
|
kc.operator.keycloak.update-pod-deadline-seconds=60
|
|
|
|
test.operator.client-controllers=true
|