We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4b246b commit c7c8356Copy full SHA for c7c8356
pkg/lib/k8s/pod.go
@@ -303,7 +303,7 @@ func (c *Client) StalledPods() ([]kcore.Pod, error) {
303
return nil, err
304
}
305
for _, pod := range pods {
306
- if !libtime.OlderThanSeconds(pod.CreationTimestamp.Time, 3*60) {
+ if !libtime.OlderThanSeconds(pod.CreationTimestamp.Time, 5*60) {
307
continue
308
309
stalledPods = append(stalledPods, pod)
0 commit comments