mirror of https://github.com/istio/istio.io.git
Fix mirroring test flake again (#12300)
This commit is contained in:
parent
7fbc41e74e
commit
31db1bcf2b
|
@ -36,7 +36,6 @@ snip_before_you_begin_3
|
|||
# _verify_not_contains snip_creating_a_default_routing_policy_5.
|
||||
if [ "$GATEWAY_API" == "true" ]; then
|
||||
snip_creating_a_default_routing_policy_2
|
||||
sleep 20s # TODO proper wait for config update
|
||||
else
|
||||
snip_creating_a_default_routing_policy_1
|
||||
|
||||
|
@ -55,6 +54,9 @@ _wait_for_deployment default httpbin-v2
|
|||
snip_before_you_begin_4
|
||||
_wait_for_deployment default sleep
|
||||
|
||||
# wait some more for the route config to be applied to the sleep pod
|
||||
sleep 30s # TODO proper wait for config update
|
||||
|
||||
send_request_and_get_v1_log() {
|
||||
_verify_contains snip_creating_a_default_routing_policy_3 "headers"
|
||||
out=$(snip_creating_a_default_routing_policy_4)
|
||||
|
|
Loading…
Reference in New Issue