mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 23:37:01 +00:00
fix 23952
This commit is contained in:
parent
4f329516ae
commit
bcebfa072d
@ -129,7 +129,9 @@ var _ = KubeDescribe("Generated release_1_2 clientset", func() {
|
||||
deleted := false
|
||||
timeout := false
|
||||
var lastPod *api.Pod
|
||||
timer := time.After(30 * time.Second)
|
||||
// The 30s grace period is not an upper-bound of the time it takes to
|
||||
// delete the pod from etcd.
|
||||
timer := time.After(60 * time.Second)
|
||||
for !deleted && !timeout {
|
||||
select {
|
||||
case event, _ := <-w.ResultChan():
|
||||
|
Loading…
Reference in New Issue
Block a user