test: for envoy integration tests bump the time to wait for the upstream to be healthy (#6109)

This commit is contained in:
R.B. Boyer 2019-07-10 17:07:47 -05:00 committed by Alvin Huang
parent 2165e97efa
commit f8033254c7
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ function assert_service_has_healthy_instances {
local SERVICE_NAME=$1
local EXPECT_COUNT=$2
run retry 10 2 health_service_count_matches $SERVICE_NAME $EXPECT_COUNT
run retry 30 2 health_service_count_matches $SERVICE_NAME $EXPECT_COUNT
[ "$status" -eq 0 ]
}