Skip to content

Commit

Permalink
further increase the timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Dec 11, 2024
1 parent 39278a4 commit 8ba3e84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/e2e/azure_apiserver_ilb.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func AzureAPIServerILBSpec(ctx context.Context, inputGetter func() AzureAPIServe
internalLoadbalancerName := fmt.Sprintf("%s-%s", input.ClusterName, "apiserver-ilb-public-lb-internal")

backoff := wait.Backoff{
Duration: 5 * time.Second,
Duration: 600 * time.Second,
Factor: 5,
Jitter: 0.5,
Steps: 5,
Expand Down Expand Up @@ -243,6 +243,7 @@ func AzureAPIServerILBSpec(ctx context.Context, inputGetter func() AzureAPIServe
fmt.Fprintf(GinkgoWriter, "Worker DS Pod NodeName: %v\n", nodeDebugPod.Spec.NodeName)
fmt.Fprintf(GinkgoWriter, "Worker DS Pod Status: %v\n", nodeDebugPod.Status)

By("Checking the status of the node-debug pod")
switch nodeDebugPod.Status.Phase {
case corev1.PodPending:
fmt.Fprintf(GinkgoWriter, "Pod %s is in Pending phase. Retrying\n", nodeDebugPod.Name)
Expand Down

0 comments on commit 8ba3e84

Please sign in to comment.