mirror of https://github.com/istio/istio.io.git
add sleep (#8855)
* add sleep Signed-off-by: Kuat Yessenov <kuat@google.com> * add TODO Signed-off-by: Kuat Yessenov <kuat@google.com>
This commit is contained in:
parent
c20cae28de
commit
2ae98716b8
|
@ -52,6 +52,10 @@ kubectl get istiooperator installed-state -n istio-system -o yaml
|
|||
_wait_for_istio envoyfilter istio-system stats-filter-1.8
|
||||
_wait_for_istio envoyfilter istio-system stats-filter-1.9
|
||||
|
||||
# TODO: remove this delay once we can reliably detect the stats extension configuration update
|
||||
# has been applied.
|
||||
sleep 60s
|
||||
|
||||
## Verify if patching works correctly
|
||||
send_productpage_requests
|
||||
_verify_lines snip_verify_the_results_2 "
|
||||
|
|
Loading…
Reference in New Issue