Test flake - increase timeout and echo actual wait duration. (#8198)

This commit is contained in:
Eric Van Norman 2020-09-24 16:00:07 -05:00 committed by GitHub
parent 4b4e395c68
commit 4b19932627
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -62,7 +62,9 @@ _wait_for_deployment istio-system istiod
# Restart the sleep service
snip_cleanup_1
snip_before_you_begin_1
kubectl wait --for=delete "pod/$SOURCE_POD" --timeout=60s
start=$(date +%s)
kubectl wait --for=delete "pod/$SOURCE_POD" --timeout=180s
echo "Wait for termination duration: $(($(date +%s)-start)) seconds"
kubectl get po