Skip to content

Commit dfb1025

Browse files
committed
test: increase wait time in action test
1 parent 0331f21 commit dfb1025

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/k8s/test.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ tarianctl get actions
6464
kubectl exec -ti nginx -c nginx -- sleep 15 || true
6565

6666
kubectl get pods
67-
sleep 10s
67+
68+
# wait for terminating pod to be completely deleted
69+
sleep 30s
6870
kubectl get pods
6971

7072
echo $'(kubectl get pods -o json | jq \'.items | any(.metadata.name=="nginx")\') == "false"'

0 commit comments

Comments
 (0)