test: for envoy integration tests bump the time to wait for the upstream to be healthy (#6109)
This commit is contained in:
parent
2165e97efa
commit
f8033254c7
|
@ -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 ]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue