Commit b89699b7 authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

Merge pull request #32899 from mml/dc-flake

Automatic merge from submit-queue Increase schedulingTimeout due to flakiness even at 5m. Hope to fix #32668 and #32644 and #32639.
parents 87b40782 3204e575
...@@ -39,7 +39,7 @@ const timeout = 60 * time.Second ...@@ -39,7 +39,7 @@ const timeout = 60 * time.Second
// schedulingTimeout is longer specifically because sometimes we need to wait // schedulingTimeout is longer specifically because sometimes we need to wait
// awhile to guarantee that we've been patient waiting for something ordinary // awhile to guarantee that we've been patient waiting for something ordinary
// to happen: a pod to get scheduled and move into Ready // to happen: a pod to get scheduled and move into Ready
const schedulingTimeout = 5 * time.Minute const schedulingTimeout = 10 * time.Minute
var _ = framework.KubeDescribe("DisruptionController", func() { var _ = framework.KubeDescribe("DisruptionController", func() {
f := framework.NewDefaultFramework("disruption") f := framework.NewDefaultFramework("disruption")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment