Skip to content

Commit

Permalink
readjust the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nawazkh committed Dec 11, 2024
1 parent 08e7573 commit 7552e21
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion test/e2e/azure_apiserver_ilb.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
//go:build e2e
// +build e2e

/*
Copyright 2020 The Kubernetes Authors.
Expand Down Expand Up @@ -316,7 +319,7 @@ func AzureAPIServerILBSpec(ctx context.Context, inputGetter func() AzureAPIServe
return false, fmt.Errorf("failed to exec into pod: %s: %v", nodeDebugPod.Name, err)
}

podExecOperationTimeout := 3 * time.Minute
podExecOperationTimeout := 60 * time.Second
podExecOperationSleepBetweenRetries := 3 * time.Second
Eventually(func (g Gomega) {
// cat the /etc/hosts file
Expand Down

0 comments on commit 7552e21

Please sign in to comment.