Keycloak
1quarkus.test.hang-detection-timeout=30m
2
3# we start operator manually during tests
4quarkus.operator-sdk.start-operator=false
5
6quarkus.log.level=INFO
7
8kc.operator.keycloak.pod-labels."test.label"=foobar
9kc.operator.keycloak.pod-labels."testLabelWithExpression"=${OPERATOR_TEST_LABEL_EXPRESSION}
10# allow the watching tests to complete more quickly
11kc.operator.keycloak.poll-interval-seconds=10