Skip to content

Commit

Permalink
test: removing unquired sleep
Browse files Browse the repository at this point in the history
Signed-off-by: Dario Tranchitella <[email protected]>
  • Loading branch information
prometherion committed Nov 20, 2023
1 parent 10798b7 commit 718e996
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions e2e/utils_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,6 @@ func ModifyCapsuleConfigurationOpts(fn func(configuration *capsulev1beta2.Capsul
fn(config)

Expect(k8sClient.Update(context.Background(), config)).ToNot(HaveOccurred())

time.Sleep(1 * time.Second)
}

func CheckForOwnerRoleBindings(ns *corev1.Namespace, owner capsulev1beta2.OwnerSpec, roles map[string]bool) func() error {
Expand Down

0 comments on commit 718e996

Please sign in to comment.