From 718e9961240b66d6795249fe52b484333ad0873c Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Mon, 20 Nov 2023 14:12:01 +0100 Subject: [PATCH] test: removing unquired sleep Signed-off-by: Dario Tranchitella --- e2e/utils_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/e2e/utils_test.go b/e2e/utils_test.go index 4bfcae68..5e0cda3c 100644 --- a/e2e/utils_test.go +++ b/e2e/utils_test.go @@ -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 {