Update delay time before deletion recheck

This commit is contained in:
Caleb Woodbine 2020-03-02 15:42:23 +13:00
parent e5e3037868
commit 5239ae44b6

View File

@ -248,7 +248,7 @@ var _ = SIGDescribe("ReplicationController", func() {
break break
} }
} }
time.Sleep(1 * time.Second) time.Sleep(10 * time.Second)
// Get the ReplicationController to check that it's deleted // Get the ReplicationController to check that it's deleted
_, err = f.ClientSet.CoreV1().ReplicationControllers(testRcNamespace).Get(context.TODO(), testRcName, metav1.GetOptions{}) _, err = f.ClientSet.CoreV1().ReplicationControllers(testRcNamespace).Get(context.TODO(), testRcName, metav1.GetOptions{})