mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-12-03 04:07:51 +08:00
[add] add debug delete resources
This commit is contained in:
parent
9caf9bba1e
commit
b2bfa27b04
@ -388,7 +388,7 @@ logrus.Info("StatefulSetList",StatefulSetList)
|
||||
|
||||
func (n *nameSpacesResource) IsTimeout() bool {
|
||||
now := time.Now()
|
||||
if now.After(n.createTime.Add(time.Minute * 5)) {
|
||||
if now.After(n.createTime.Add(time.Second * 10)) {
|
||||
return true
|
||||
}
|
||||
return false
|
||||
|
Loading…
Reference in New Issue
Block a user