Skip to content

Commit d18d7e8

Browse files
committed
Increase TLS test script timeout (#494)
# Description Increased the TLS test script timeout which defaulted to 30s and was not enough (kafka-topic.sh does not return very quickly if you test with wrong certificates). This should hopefully fix the Kafka tests. Co-authored-by: Malte Sander <malte.sander.it@gmail.com>
1 parent c1912ad commit d18d7e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/templates/kuttl/tls/30-assert.yaml.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ apiVersion: kuttl.dev/v1beta1
33
kind: TestAssert
44
metadata:
55
name: test-tls
6+
timeout: 300
67
commands:
78
{% if test_scenario['values']['use-client-auth-tls'] == 'true' %}
89
- script: kubectl exec -n $NAMESPACE test-kafka-broker-default-0 -- /tmp/test_client_auth_tls.sh $NAMESPACE

0 commit comments

Comments
 (0)