Skip to content

Commit cb46696

Browse files
committed
Wait for 2m for the test Certificate to be ready
Signed-off-by: Richard Wall <[email protected]>
1 parent 2f2bb4d commit cb46696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

smoke-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ actions:
4040
- name: Try to get new cert
4141
bashTest:
4242
script: |
43-
kubectl wait -n ${NAMESPACE} --for=condition=Ready certificate selfsigned-cert
43+
kubectl wait -n ${NAMESPACE} --for=condition=Ready --timeout=2m certificate selfsigned-cert
4444
expect:
4545
exitCode:
4646
equals: 0

0 commit comments

Comments
 (0)