Skip to content

Commit 3dc5a41

Browse files
committed
CI: added a small delay for the plugin to kick in and create the interface
1 parent bb6217f commit 3dc5a41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
kubectl apply -f https://raw.githubusercontent.com/Collabora/k8s-socketcan/main/k8s-socketcan-client-example.yaml
5555
kubectl wait --for=condition=ready --timeout=60s pod k8s-socketcan-client-example
5656
kubectl get pods -A -o wide
57+
sleep 5
5758
(sleep 1 && kubectl exec k8s-socketcan-client-example -- cansend vcan0 5A1#11.2233.44556677.88) &
5859
kubectl exec -it k8s-socketcan-client-example -- candump -n 1 -T 5000 vcan0
5960
- name: Setup tmate session

0 commit comments

Comments
 (0)