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:
parent
c50bf92b84
commit
b698e04abd
|
@ -27,7 +27,7 @@ load helpers
|
|||
}
|
||||
|
||||
@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" {
|
||||
|
|
Loading…
Reference in New Issue