We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6608b2e commit a52f063Copy full SHA for a52f063
.github/workflows/endtoend_test_containerized.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
kubectl apply -f deployment.yaml
31
kubectl apply -f service.yaml
32
- cloud-provider-kind
+ timeout 40s cloud-provider-kind || true
33
34
- name: Wait for server to be ready
35
0 commit comments