AlinsRan commented on code in PR #2517:
URL: 
https://github.com/apache/apisix-ingress-controller/pull/2517#discussion_r2297021627


##########
test/e2e/framework/assertion.go:
##########
@@ -179,7 +179,7 @@ type applier struct {
 func (a *applier) MustApplyAPIv2(nn types.NamespacedName, obj client.Object, 
spec string) {
        require.NoError(a.t, a.apply(spec), "creating %s", nn)
 
-       APIv2MustHaveCondition(a.t, a.cli, 90*time.Second, nn, obj, 
metav1.Condition{
+       APIv2MustHaveCondition(a.t, a.cli, 180*time.Second, nn, obj, 
metav1.Condition{

Review Comment:
   I think it's worth considering whether it really takes this long to confirm 
that the configuration has taken effect.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to