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

pull/6106/head
R.B. Boyer 2019-07-10 17:07:47 -05:00 committed by Alvin Huang
parent 20caa4f744
commit d4e58e9773
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 ]
}