Fix mirroring test flake again (#12300)

This commit is contained in:
Frank Budinsky 2022-11-25 12:12:07 -05:00 committed by GitHub
parent 7fbc41e74e
commit 31db1bcf2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -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)