Skip to content

Commit

Permalink
test: increase wait time in action test
Browse files Browse the repository at this point in the history
  • Loading branch information
andylibrian committed Oct 10, 2021
1 parent 0331f21 commit dfb1025
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/k8s/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ tarianctl get actions
kubectl exec -ti nginx -c nginx -- sleep 15 || true

kubectl get pods
sleep 10s

# wait for terminating pod to be completely deleted
sleep 30s
kubectl get pods

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

0 comments on commit dfb1025

Please sign in to comment.