diff --git a/test/e2e/apps/rc.go b/test/e2e/apps/rc.go index 88e43243a4b..2d70af23661 100644 --- a/test/e2e/apps/rc.go +++ b/test/e2e/apps/rc.go @@ -248,7 +248,7 @@ var _ = SIGDescribe("ReplicationController", func() { break } } - time.Sleep(1 * time.Second) + time.Sleep(10 * time.Second) // Get the ReplicationController to check that it's deleted _, err = f.ClientSet.CoreV1().ReplicationControllers(testRcNamespace).Get(context.TODO(), testRcName, metav1.GetOptions{})