Skip to content

Commit

Permalink
remove sleep
Browse files Browse the repository at this point in the history
  • Loading branch information
LochanRn committed Nov 13, 2024
1 parent 3748fc5 commit b933d6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/pkg/testutil/kube.go
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,6 @@ func CreateDeploymentWithExcludeAnnotation(client kubernetes.Interface, deployme
deploymentClient := client.AppsV1().Deployments(namespace)
deploymentObj := GetDeploymentWithExcludeAnnotation(namespace, deploymentName, resourceType)
deployment, err := deploymentClient.Create(context.TODO(), deploymentObj, metav1.CreateOptions{})
time.Sleep(3 * time.Second)
return deployment, err
}

Expand Down

0 comments on commit b933d6e

Please sign in to comment.