mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Update delay time before deletion recheck
This commit is contained in:
parent
e5e3037868
commit
5239ae44b6
@ -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{})
|
||||
|
Loading…
Reference in New Issue
Block a user