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


##########
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 have increased this to fix some flaky tests



-- 
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