mirror of https://github.com/istio/istio.io.git
Test flake - increase timeout and echo actual wait duration. (#8198)
This commit is contained in:
parent
4b4e395c68
commit
4b19932627
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue