Skip to content

Commit

Permalink
reduce timeout for k8stest
Browse files Browse the repository at this point in the history
Signed-off-by: Hajime Tazaki <thehajime@gmail.com>
  • Loading branch information
thehajime committed Jul 24, 2024
1 parent 894efd7 commit 21e66b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/k8s-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ cat k8s/hello-world.yaml | sed "s/\$DOCKER_IMG_VERSION/$DOCKER_IMG_VERSION/" \
| kubectl apply -f -

kubectl get nodes -o wide -A
sleep 60
sleep 30
set -x
kubectl get pods -o wide -A
kubectl describe deployment/helloworld-runu
Expand Down

0 comments on commit 21e66b7

Please sign in to comment.