flaky test: use retry long to wait for config entry upgrade (#16068)

* flaky test: use retry long to wait for config entry upgrade

* increase wait for rbac policy
This commit is contained in:
cskh 2023-01-26 11:01:17 -05:00 committed by GitHub
parent c50bf92b84
commit b698e04abd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ load helpers
} }
@test "s2 should have network rbac rules loaded from xDS" { @test "s2 should have network rbac rules loaded from xDS" {
retry_default assert_envoy_network_rbac_policy_count localhost:19001 1 retry_long assert_envoy_network_rbac_policy_count localhost:19001 1
} }
@test "s1 upstream should NOT be able to connect to s2" { @test "s1 upstream should NOT be able to connect to s2" {