Skip to content

Commit c7ab265

Browse files
authored
Give more time for the routing change
Give more time for the routing change
1 parent 4f2e04e commit c7ab265

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/aaas.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ func updateIngressAndWait(serviceName, hostName, path, ingressRoute string, port
147147
)
148148
ingressUpdate, err := cs.NetworkingV1().Ingresses(ingressCreate.ObjectMeta.Namespace).Update(context.TODO(), updatedIng, metav1.UpdateOptions{})
149149
framework.ExpectNoError(err)
150-
time.Sleep(2 * time.Minute) // wait for routing change propagation
150+
time.Sleep(4 * time.Minute) // wait for routing change propagation
151151

152152
return ingressUpdate
153153
}

0 commit comments

Comments
 (0)