mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-21 19:01: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
|
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{})
|
||||||
|
Loading…
Reference in New Issue
Block a user